Swap some checkboxes around

This commit is contained in:
Matt Barringer 2013-02-12 20:57:39 +01:00
parent e3b6c735ff
commit ba721772b9

View file

@ -14,8 +14,8 @@
= semantic_form_for(@registration, :url => register_conference_path(@conference.short_title), :html => { :method => :put }) do |f|
= f.fields_for :person do |p|
= p.text_field :public_name, :for => :person
= f.input :attending_social_events, :label => false
= f.input :attending_with_partner, :label => false
= f.input :attending_social_events, :label => false
= f.input :using_affiliated_lodging, :label => false
= f.input :handicapped_access_required, :label => false
= f.input :arrival, :as => :string, :input_html => {:value => (f.object.arrival.to_formatted_s(:db_without_seconds) unless f.object.arrival.nil?), :id => "registration-arrival-datepicker", :readonly => "readonly" }