mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Tweak the front page
This commit is contained in:
parent
6c3d26db45
commit
358018cd93
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
.row-fluid
|
||||
.span12
|
||||
.center-text
|
||||
= conference.venue.description
|
||||
= simple_format(conference.venue.description)
|
||||
.row-fluid{:style => "padding-top: 30px;"}
|
||||
.span3
|
||||
- if conference.registration_open?
|
||||
|
|
@ -36,4 +36,4 @@
|
|||
- if !current_user.nil? && current_user.person.proposal_count(conference) > 0
|
||||
= link_to "View My Proposals", conference_proposal_index_path(conference.short_title), :class => "btn btn-success btn-large pull-right"
|
||||
- else
|
||||
= link_to "Submit Proposal", conference_proposal_index_path(conference.short_title), :class => "btn btn-success btn-large pull-right"
|
||||
= link_to "Submit Proposal", conference_proposal_index_path(conference.short_title), :class => "btn btn-success btn-large pull-right"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue