osem-fcy/app/views/proposals/_encouragement_text.html.haml
AEtherC0r3 3d250ecf75 UI/UX changes related to tracks
Add confirmed and cfp_active scopes to Track
Render markdown in track's description
Make the views more similar to the proposal/events views
Change the sequence of columns in admin/Tracks#index
Remove the short_name column from the index views
Add button "My Tracks" in the user menu
Fix track count in proposals
Add details of track in admin/Tracks#show
Use tabs to show track details and events
2017-08-11 16:25:21 +03:00

24 lines
810 B
Text

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