mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
added description field to cfps
closes #1650 done some changes minor changes added markdown format to cfp#show fixed description text position in proposals fixed truncated description text in show action minor changes on non-admin side
This commit is contained in:
parent
0e16b5d0ae
commit
bd045c2976
11 changed files with 41 additions and 5 deletions
|
|
@ -6,6 +6,14 @@
|
|||
%span.notranslate
|
||||
= @conference.title
|
||||
|
||||
|
||||
- if @program.cfp_open?
|
||||
- if @program.cfp.description.present?
|
||||
.row
|
||||
.col-md-12
|
||||
= markdown(@program.cfp.description)
|
||||
|
||||
|
||||
.row
|
||||
.col-md-12
|
||||
= render partial: 'encouragement_text'
|
||||
|
|
|
|||
|
|
@ -3,6 +3,11 @@
|
|||
.col-md-12
|
||||
.page-header
|
||||
%h1 New Proposal
|
||||
- if @program.cfp_open?
|
||||
- if @program.cfp.description.present?
|
||||
.row
|
||||
.col-md-12
|
||||
= markdown(@program.cfp.description)
|
||||
.row
|
||||
.col-md-12
|
||||
= render partial: 'encouragement_text'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue