osem-fcy/app/views/proposal/_encouragement_text.html.haml

24 lines
729 B
Text
Raw Normal View History

%p.lead
2016-02-27 17:03:43 +05:30
- if @program.event_types.any?
You can submit proposals for
= "#{event_types(@conference)}."
2016-02-27 17:03:43 +05:30
- if @program.tracks.any?
Proposals should fit in one of the
2016-02-27 17:03:43 +05:30
= "#{pluralize(@program.tracks.count, 'track')}:"
= "#{tracks(@conference)}."
2016-02-27 17:03:43 +05:30
- if @program.cfp_open?
The submission period has begun
%em
2016-02-27 17:03:43 +05:30
= @program.cfp.start_date.strftime('%A, %B %-d. %Y')
and closes
%em
2016-02-27 17:03:43 +05:30
= @program.cfp.end_date.strftime('%A, %B %-d. %Y.')
That means you have
2016-02-27 17:03:43 +05:30
%b= pluralize(@program.cfp.remaining_days, 'day')
left!
Remember
= @conference.title
will only be as good as the content you present. Submit early, submit often!
-else
The submission period is closed now.