fix space

This commit is contained in:
differentreality 2013-07-11 07:45:16 +03:00
parent 750e31c11a
commit 9a4571b290

View file

@ -28,8 +28,8 @@
= f.input :other_special_needs, :label => "Any other special needs?", :input_html => {:rows => 2}
- if @workshops.count > 0
=f.inputs "Register to workshops" do
= f.input :events, :as => :check_boxes, :label => false, :collection => @workshops
=f.inputs "Register to workshops" do
= f.input :events, :as => :check_boxes, :label => false, :collection => @workshops
= f.inputs "Travel Info" do
= 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" }