Commit b6fdb8557b938e1c32c9923dfd5847af997ca795

Authored by Steven Verbeek
1 parent 582feb70

Changed title to issue message (name) and changed Save to Submit new issue.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/issues/_form.html.haml
... ... @@ -9,7 +9,7 @@
9 9 %li= msg
10 10  
11 11 .clearfix
12   - = f.label :title
  12 + = f.label :title, "Issue Message"
13 13 .input= f.text_area :title, :maxlength => 255, :class => "xxlarge"
14 14  
15 15 .clearfix
... ... @@ -26,7 +26,7 @@
26 26 .input= f.check_box :closed
27 27  
28 28 .actions
29   - = f.submit 'Save', :class => "primary btn"
  29 + = f.submit 'Submit new issue', :class => "primary btn"
30 30  
31 31 - if request.xhr?
32 32 = link_to "Cancel", "#back", :onclick => "backToIssues();", :class => "btn"
... ...