diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-10-10 17:28:09 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-10-11 11:03:47 +0100 |
commit | f7d2a97a84908c3cddf2d4fc550fbc2c7857af81 (patch) | |
tree | ff6a80a0662b4bb12e47fbc607f66f3dfa8a2995 | |
parent | 157568f3fd6383a1e3490123664b3f7e4d535976 (diff) | |
download | gitlab-ce-f7d2a97a84908c3cddf2d4fc550fbc2c7857af81.tar.gz |
Fixes padding in all clipboard icons that have .btn class
-rw-r--r-- | app/helpers/button_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/button_helper.rb b/app/helpers/button_helper.rb index a695aceea76..353e7fd33fd 100644 --- a/app/helpers/button_helper.rb +++ b/app/helpers/button_helper.rb @@ -22,7 +22,7 @@ module ButtonHelper class: "btn #{css_class}", data: data, type: :button, - title: "Copy to Clipboard" + title: 'Copy to Clipboard' end def http_clone_button(project, placement = 'right', append_link: true) |