mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
@cfp.cfp_type is added to booths, events & tracks to show the cfp type. Closes https://github.com/openSUSE/osem/issues/1679
16 lines
262 B
Text
16 lines
262 B
Text
%dt
|
|
Type:
|
|
%dd
|
|
= @cfp.cfp_type.capitalize
|
|
%dt
|
|
Start Date:
|
|
%dd#start_date
|
|
= @cfp.start_date.strftime('%A, %B %-d. %Y')
|
|
%dt
|
|
End Date:
|
|
%dd#end_date
|
|
= @cfp.end_date.strftime('%A, %B %-d. %Y')
|
|
%dt
|
|
Days Left:
|
|
%dd
|
|
= pluralize(@cfp.remaining_days, 'day')
|