Another round of splash design
* Add map to splash * Reverse venue<->conference relation * Split venue address into fields * Don't go through venue for lodgings anymore
This commit is contained in:
parent
30e8ab856c
commit
cb227a0afc
55 changed files with 717 additions and 548 deletions
|
|
@ -9,8 +9,11 @@
|
|||
%p.lead
|
||||
Going to
|
||||
= @conference.short_title
|
||||
is free of charge. We only ask you to
|
||||
= link_to "register yourself", new_conference_conference_registrations_path(@conference.short_title)
|
||||
until
|
||||
= @conference.registration_period.end_date
|
||||
|
||||
is free of charge.
|
||||
%p
|
||||
We only ask you to register yourself until
|
||||
= @conference.registration_period.end_date.strftime('%A, %B %-d. %Y')
|
||||
so we can plan for the right amount of people.
|
||||
%p.cta-button
|
||||
= link_to(new_conference_conference_registrations_path(@conference.short_title), class: 'btn btn-lg btn-success') do
|
||||
Register Now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue