summaryrefslogtreecommitdiff
path: root/app/views/shared/notes/_comment_button.html.haml
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-06-07 14:17:03 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-07 14:55:17 +0100
commite5100c3316f21c2fd49106b7eaa439ea44c1f36b (patch)
treecf8c1c39d40becbcb5e9c8a1426df9e6bcac2f19 /app/views/shared/notes/_comment_button.html.haml
parentcc1e51efa7706a738e2c64693da67013638fede6 (diff)
downloadgitlab-ce-e5100c3316f21c2fd49106b7eaa439ea44c1f36b.tar.gz
First FE review changes
Diffstat (limited to 'app/views/shared/notes/_comment_button.html.haml')
-rw-r--r--app/views/shared/notes/_comment_button.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/shared/notes/_comment_button.html.haml b/app/views/shared/notes/_comment_button.html.haml
index 371128ecde9..1dfe380db16 100644
--- a/app/views/shared/notes/_comment_button.html.haml
+++ b/app/views/shared/notes/_comment_button.html.haml
@@ -9,8 +9,8 @@
%ul#resolvable-comment-menu.dropdown-menu{ data: { dropdown: true } }
%li#comment.droplab-item-selected{ data: { value: '', 'submit-text' => 'Comment', 'close-text' => "Comment & close #{noteable_name}", 'reopen-text' => "Comment & reopen #{noteable_name}" } }
- %a{ href: '#' }
- = icon('check')
+ %button.btn.btn-transparent
+ = icon('check', class: 'icon')
.description
%strong Comment
%p
@@ -19,8 +19,8 @@
%li.divider.droplab-item-ignore
%li#discussion{ data: { value: 'DiscussionNote', 'submit-text' => 'Start discussion', 'close-text' => "Start discussion & close #{noteable_name}", 'reopen-text' => "Start discussion & reopen #{noteable_name}" } }
- %a{ href: '#' }
- = icon('check')
+ %button.btn.btn-transparent
+ = icon('check', class: 'icon')
.description
%strong Start discussion
%p