mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
20 lines
292 B
Text
20 lines
292 B
Text
%dt
|
|
Type:
|
|
%dd
|
|
= @cfp.cfp_type.capitalize
|
|
%dt
|
|
Start Date:
|
|
%dd
|
|
= @cfp.start_date.strftime('%A, %B %e. %Y')
|
|
%dt
|
|
End Date:
|
|
%dd
|
|
= @cfp.end_date.strftime('%A, %B %e. %Y')
|
|
%dt
|
|
Description
|
|
%dd
|
|
= markdown(@cfp.description)
|
|
%dt
|
|
Days Left
|
|
%dd
|
|
= pluralize(@cfp.remaining_days, 'day')
|