From b6fdb8557b938e1c32c9923dfd5847af997ca795 Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Fri, 16 Mar 2012 23:43:28 -0300 Subject: [PATCH] Changed title to issue message (name) and changed Save to Submit new issue. --- app/views/issues/_form.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml index 1635590b..0fad8628 100644 --- a/app/views/issues/_form.html.haml +++ b/app/views/issues/_form.html.haml @@ -9,7 +9,7 @@ %li= msg .clearfix - = f.label :title + = f.label :title, "Issue Message" .input= f.text_area :title, :maxlength => 255, :class => "xxlarge" .clearfix @@ -26,7 +26,7 @@ .input= f.check_box :closed .actions - = f.submit 'Save', :class => "primary btn" + = f.submit 'Submit new issue', :class => "primary btn" - if request.xhr? = link_to "Cancel", "#back", :onclick => "backToIssues();", :class => "btn"