Commit b6fdb855 authored by Steven Verbeek's avatar Steven Verbeek

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

parent 582feb70
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment