Change label text

This commit is contained in:
Matt Barringer 2013-01-17 11:32:18 +01:00
parent faca4a0b18
commit f10d5e4c0e

View file

@ -31,4 +31,4 @@
Will there be any additional speakers? If so, please enter their full names, email address, and a short
biography for each.
= f.input :proposal_additional_speakers, :input_html => {:rows => 5}, :label => false
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}
= f.action :submit, :as => :button, :label => "Submit Session", :button_html => {:class => "btn btn-primary"}