mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
20 lines
679 B
Text
20 lines
679 B
Text
- cache([conference_id, call, '#splash#callfortracks'],
|
|
expires_in: 1.hour) do
|
|
.col-md-4.col-sm-4.text-center
|
|
%h2
|
|
Call for Tracks
|
|
%p.lead
|
|
We are now accepting custom track requests!
|
|
%p
|
|
Would you like to host a mini-summit, sub-conference, or hack space?
|
|
The submission period for track requests is open
|
|
%em
|
|
= date_string(call.start_date, call.end_date) + '.'
|
|
%b
|
|
You have
|
|
= pluralize(call.remaining_days, 'day')
|
|
left!
|
|
%p.cta-button
|
|
= link_to("Submit your request for track",
|
|
new_conference_program_track_path(conference_id),
|
|
class: 'btn btn-success btn-lg text-center')
|