2018-03-17 18:05:06 +02:00
|
|
|
- cache [conference_id, call, '#splash#callforbooths'] do
|
|
|
|
|
.col-md-4.col-sm-4.text-center
|
|
|
|
|
%h2
|
2019-07-22 00:59:17 +05:30
|
|
|
Call for #{(t'booth').pluralize.capitalize }
|
2018-03-17 18:05:06 +02:00
|
|
|
%p.lead
|
2019-07-22 00:59:17 +05:30
|
|
|
We are now accepting custom #{t'booth'} requests!
|
2018-03-17 18:05:06 +02:00
|
|
|
%p
|
2019-07-22 00:59:17 +05:30
|
|
|
Would you like to request a new #{t'booth'}?
|
|
|
|
|
The submission period for #{t'booth'} requests is open
|
2018-03-17 18:05:06 +02:00
|
|
|
%em
|
|
|
|
|
= date_string(call.start_date, call.end_date) + '.'
|
|
|
|
|
%b
|
|
|
|
|
You have
|
|
|
|
|
= pluralize(call.remaining_days, 'day')
|
|
|
|
|
left!
|
|
|
|
|
%p.cta-button
|
2019-07-22 00:59:17 +05:30
|
|
|
= link_to("Submit your request for #{t'booth'}",
|
2018-03-17 18:05:06 +02:00
|
|
|
new_conference_booth_path(conference_id),
|
|
|
|
|
class: 'btn btn-success btn-lg text-center')
|