summaryrefslogtreecommitdiff
path: root/app/helpers/button_helper.rb
diff options
context:
space:
mode:
authorAndriy Dyadyura <adyadyura@Andriys-MBP.lan>2016-01-14 15:41:11 +0100
committerAndriy Dyadyura <adyadyura@Andriys-MBP.lan>2016-01-14 15:41:11 +0100
commite29ce9ac267e6724945b9558d069dda2b2ec2755 (patch)
tree59f03b018817d7aa9c007933472cd5d8e6a28cc5 /app/helpers/button_helper.rb
parent915299a5ff837a1f6ce597d4b449237b51c3a115 (diff)
downloadgitlab-ce-e29ce9ac267e6724945b9558d069dda2b2ec2755.tar.gz
buttons updatepr-page-fix
Diffstat (limited to 'app/helpers/button_helper.rb')
-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 ec0e3f409c1..80c7090d91e 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 btn-xs btn-clipboard',
+ class: 'btn btn-xs btn-nr btn-clipboard',
data: data,
type: :button
end