From f10d5e4c0ebbfd1a8f1dda3e8eecd1edc6570152 Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Thu, 17 Jan 2013 11:32:18 +0100 Subject: [PATCH] Change label text --- app/views/proposal/_proposal_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/proposal/_proposal_form.html.haml b/app/views/proposal/_proposal_form.html.haml index 131204f0..e3caa305 100644 --- a/app/views/proposal/_proposal_form.html.haml +++ b/app/views/proposal/_proposal_form.html.haml @@ -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"}