summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-17 09:54:24 +0100
committerPhil Hughes <me@iamphill.com>2016-06-17 12:59:52 +0100
commitcd864bbab678e09f46f267ec3ff56b61112bee13 (patch)
tree1da112c6f105a8a7369bda84dde0517783e4af4f
parentf011b86beb89557afdaf2b0ec5ae904d0be237d8 (diff)
downloadgitlab-ce-clipboard-button-styling.tar.gz
Fixed styling of clipboard buttonclipboard-button-styling
-rw-r--r--app/helpers/button_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/button_helper.rb b/app/helpers/button_helper.rb
index 07a3f452460..8420b7652f1 100644
--- a/app/helpers/button_helper.rb
+++ b/app/helpers/button_helper.rb
@@ -17,7 +17,7 @@ module ButtonHelper
def clipboard_button(data = {})
content_tag :button,
icon('clipboard'),
- class: "btn",
+ class: "btn btn-clipboard",
data: data,
type: :button
end