mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Booth can be replaced with any alias by replacing it in alias.en.yml. This change is introduced as some events do not use booth but uses other words such as stand.
19 lines
671 B
Text
19 lines
671 B
Text
- cache [conference_id, call, '#splash#callforbooths'] do
|
|
.col-md-4.col-sm-4.text-center
|
|
%h2
|
|
Call for #{(t'booth').pluralize.capitalize }
|
|
%p.lead
|
|
We are now accepting custom #{t'booth'} requests!
|
|
%p
|
|
Would you like to request a new #{t'booth'}?
|
|
The submission period for #{t'booth'} 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 #{t'booth'}",
|
|
new_conference_booth_path(conference_id),
|
|
class: 'btn btn-success btn-lg text-center')
|