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

This commit is contained in:
Steven Verbeek 2012-03-16 23:43:28 -03:00
parent 582feb7005
commit b6fdb8557b

View file

@ -9,7 +9,7 @@
%li= msg %li= msg
.clearfix .clearfix
= f.label :title = f.label :title, "Issue Message"
.input= f.text_area :title, :maxlength => 255, :class => "xxlarge" .input= f.text_area :title, :maxlength => 255, :class => "xxlarge"
.clearfix .clearfix
@ -26,7 +26,7 @@
.input= f.check_box :closed .input= f.check_box :closed
.actions .actions
= f.submit 'Save', :class => "primary btn" = f.submit 'Submit new issue', :class => "primary btn"
- if request.xhr? - if request.xhr?
= link_to "Cancel", "#back", :onclick => "backToIssues();", :class => "btn" = link_to "Cancel", "#back", :onclick => "backToIssues();", :class => "btn"