2014-05-28 18:12:45 +05:30
|
|
|
= content_for :splash_nav do
|
|
|
|
|
%li
|
2014-06-26 15:13:23 +05:30
|
|
|
%a.smoothscroll{ href: '#registration' } Registration
|
2014-11-14 11:58:36 +01:00
|
|
|
|
|
|
|
|
.container
|
|
|
|
|
.row
|
|
|
|
|
.col-md-12.text-center
|
|
|
|
|
%h1 Registration
|
|
|
|
|
%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
|
|
|
|
|
|