clarion/lib/initfest/views/public/home/index.slim

15 lines
389 B
Plaintext
Raw Normal View History

2015-08-15 06:00:07 +03:00
h1.entry-title = t :home_title, conference: current_conference.title
= simple_format current_conference.description
p = t :what_we_ask
ul
= render partial: 'track', collection: current_conference.tracks
p = t :license_notice
- if current_conference.call_for_participation.in_progress?
.centered.large
= render partial: 'event_type', collection: current_conference.event_types