Add close issue to note actions bar

This commit is contained in:
Dmitriy Zaporozhets 2013-02-25 23:10:50 +02:00
parent 8de19b259e
commit 39fe9b644f
2 changed files with 12 additions and 3 deletions

View file

@ -22,6 +22,8 @@
.note-form-actions
.buttons
= f.submit 'Add Comment', class: "btn comment-btn grouped js-comment-button"
= yield(:note_actions)
%a.btn.grouped.js-close-discussion-note-form Cancel
.note-form-option