Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-10-10 19:28:09 +0300
committerFilipa Lacerda <filipa@gitlab.com>2016-10-11 13:03:47 +0300
commitf7d2a97a84908c3cddf2d4fc550fbc2c7857af81 (patch)
treeff6a80a0662b4bb12e47fbc607f66f3dfa8a2995 /app/helpers/button_helper.rb
parent157568f3fd6383a1e3490123664b3f7e4d535976 (diff)
Fixes padding in all clipboard icons that have .btn class
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 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)