osem-fcy/app/views/admin/cfps/_booths_cfp.html.haml

21 lines
287 B
Text
Raw Normal View History

%dt
2017-09-10 20:03:18 +05:30
Type:
%dd
2018-10-17 16:44:08 -07:00
= cfp.cfp_type.capitalize
2017-07-07 16:13:35 +03:00
%dt
2017-09-10 20:03:18 +05:30
Start Date:
2017-07-07 16:13:35 +03:00
%dd
2018-10-17 16:44:08 -07:00
= cfp.start_date.strftime('%A, %B %e. %Y')
2017-07-07 16:13:35 +03:00
%dt
2017-09-10 20:03:18 +05:30
End Date:
2017-07-07 16:13:35 +03:00
%dd
2018-10-17 16:44:08 -07:00
= cfp.end_date.strftime('%A, %B %e. %Y')
2017-07-07 16:13:35 +03:00
%dt
Description
%dd
2018-10-17 16:44:08 -07:00
= markdown(cfp.description)
%dt
Days Left
2017-07-07 16:13:35 +03:00
%dd
2018-10-17 16:44:08 -07:00
= pluralize(cfp.remaining_days, 'day')