summaryrefslogtreecommitdiff
path: root/app/views/projects/notes
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-04-05 22:41:39 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-04-05 23:01:43 -0500
commitb47b6abfdb04f1f97aa9d94f948a54eb4fd3404f (patch)
treec4abfaac6657893fc2784aee381611fe7e0c4e9e /app/views/projects/notes
parent99dec8e6c25a01d208b02633f07e57e56bf7c242 (diff)
downloadgitlab-ce-b47b6abfdb04f1f97aa9d94f948a54eb4fd3404f.tar.gz
Fix squared buttons by removing not needed CSS classes
Also removes dropdown HTML where is not needed.
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_comment_type_button.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_comment_type_button.html.haml b/app/views/projects/notes/_comment_type_button.html.haml
index e3bb15e1d15..078b606eda8 100644
--- a/app/views/projects/notes/_comment_type_button.html.haml
+++ b/app/views/projects/notes/_comment_type_button.html.haml
@@ -1,6 +1,6 @@
- noteable_type = @note.noteable_type
-.btn-group.append-right-10.comment-type-dropdown.js-comment-type-dropdown
+.pull-left.btn-group.append-right-10.comment-type-dropdown.js-comment-type-dropdown
%button.btn.btn-nr.btn-create.comment-btn.js-comment-button.js-comment-submit-button
Comment
- if @note.can_be_discussion_note?