Word change

This commit is contained in:
Matt Barringer 2013-01-16 04:16:13 +01:00
parent 73c81bbf0a
commit fb24dfb129

View file

@ -12,7 +12,7 @@
%br %br
= f.input :description, :input_html => {:rows => 5}, :hint => "This will only be shown to organizers, not to attendees." = f.input :description, :input_html => {:rows => 5}, :hint => "This will only be shown to organizers, not to attendees."
%section#details %section#details
= f.inputs :name => "Event Details" do = f.inputs :name => "Session Details" do
= f.input :event_type_id,:as => :select, :collection => @event_types, :include_blank => false = f.input :event_type_id,:as => :select, :collection => @event_types, :include_blank => false
%section#information %section#information
= f.inputs :name => "Your Information" do = f.inputs :name => "Your Information" do