Refactor issues, Remove ajax
This commit is contained in:
parent
8826077471
commit
2f7effe804
17 changed files with 44 additions and 174 deletions
|
@ -32,7 +32,7 @@
|
|||
.top_box_content
|
||||
= f.label :title do
|
||||
%strong= "Title *"
|
||||
.input= f.text_field :title, class: "input-xxlarge pad js-gfm-input", maxlength: 255, rows: 5
|
||||
.input= f.text_field :title, class: "input-xxlarge pad js-gfm-input", maxlength: 255, rows: 5, required: true
|
||||
.merge_requests_middle_box
|
||||
.merge_requests_assignee
|
||||
= f.label :assignee_id do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue