|
|
@ -1,9 +1,9 @@ |
|
|
|
= columns(medium: 12) do |
|
|
|
%p=_'articles.conference_registration.paragraphs.Registration_Info', :p, vars: { city: @this_conference.location.city } |
|
|
|
%p=_'articles.conference_registration.paragraphs.Registration_Info', :p, vars: { city: @this_conference.city_name } |
|
|
|
= form_tag register_path(@this_conference.slug), class: [:centered, :clearfix] do |
|
|
|
= columns(medium: 12) do |
|
|
|
= radiobuttons :housing, ConferenceRegistration.all_housing_options, @registration.housing, 'articles.conference_registration.questions.housing', heading: 'articles.conference_registration.headings.housing', vertical: true, big: true, inline: true |
|
|
|
= fieldset :hosting_dates, heading: 'articles.conference_registration.headings.arrival_and_departure', vars: { city: @this_conference.location.city } do |
|
|
|
= fieldset :hosting_dates, heading: 'articles.conference_registration.headings.arrival_and_departure', vars: { city: @this_conference.city_name } do |
|
|
|
= selectfield :arrival, @registration.arrival || @this_conference.start_date, conference_days_options_list(:before_plus_one) |
|
|
|
= selectfield :departure, @registration.departure || @this_conference.start_date, conference_days_options_list(:after_minus_one) |
|
|
|
= radiobuttons :bike, ConferenceRegistration.all_bike_options, @registration.bike, 'articles.conference_registration.questions.bike', heading: 'articles.conference_registration.headings.bike', inline: true, big: true |
|
|
|