mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Changed title to issue message (name) and changed Save to Submit new issue.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user