Add call for booths in cfp section in conference splashpage(conferences#show),modified after the design changes
This commit is contained in:
parent
7d2afc623d
commit
69de418ccd
7 changed files with 38 additions and 6 deletions
19
app/views/conferences/_call_for_booths.haml
Normal file
19
app/views/conferences/_call_for_booths.haml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
- cache [conference_id, call, '#splash#callforbooths'] do
|
||||
.col-md-4.col-sm-4.text-center
|
||||
%h2
|
||||
Call for Booths
|
||||
%p.lead
|
||||
We are now accepting custom booth requests!
|
||||
%p
|
||||
Would you like to request a new booth?
|
||||
The submission period for 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 booth",
|
||||
new_conference_booth_path(conference_id),
|
||||
class: 'btn btn-success btn-lg text-center')
|
||||
Loading…
Add table
Add a link
Reference in a new issue