summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_form.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-20 13:05:33 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-20 13:05:33 +0200
commitf92b1f3d018bf51e9372b88dd50a2be8149b2fa6 (patch)
tree0a807f484a036264037760b38c1f4fa4858661be /app/views/projects/notes/_form.html.haml
parent499a118590e875596974e522aecf61bdc05fe0f2 (diff)
downloadgitlab-ce-f92b1f3d018bf51e9372b88dd50a2be8149b2fa6.tar.gz
Use more specific class names: grouped -> btn-grouped
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/notes/_form.html.haml')
-rw-r--r--app/views/projects/notes/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_form.html.haml b/app/views/projects/notes/_form.html.haml
index bcaedc8bd7c..3db551e993b 100644
--- a/app/views/projects/notes/_form.html.haml
+++ b/app/views/projects/notes/_form.html.haml
@@ -22,7 +22,7 @@
.note-form-actions
.buttons
- = f.submit 'Add Comment', class: "btn comment-btn grouped js-comment-button"
+ = f.submit 'Add Comment', class: "btn comment-btn btn-grouped js-comment-button"
= yield(:note_actions)
%a.btn.grouped.js-close-discussion-note-form Cancel