Fix comments in MR. Fixed event destroy with user
This commit is contained in:
parent
214fdd2d2f
commit
1464952597
9 changed files with 24 additions and 15 deletions
|
@ -32,4 +32,4 @@
|
|||
%span Any file less than 10 MB
|
||||
|
||||
|
||||
= f.submit 'Add Comment', :class => "btn primary", :id => "submit_note"
|
||||
= f.submit 'Add Comment', :class => "btn primary submit_note", :id => "submit_note"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
= check_box_tag :notify_author, 1 , @note.noteable_type == "Commit"
|
||||
%span Commit author
|
||||
.actions
|
||||
= f.submit 'Add note', :class => "btn primary", :id => "submit_note"
|
||||
= f.submit 'Add note', :class => "btn primary submit_note", :id => "submit_note"
|
||||
= link_to "Close", "#", :class => "btn hide-button"
|
||||
|
||||
:javascript
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue