diff options
author | Simon Knox <psimyn@gmail.com> | 2019-06-05 06:11:56 +1000 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2019-06-05 06:11:56 +1000 |
commit | 443f87a7ed996017bc577f14fda586792e2216cf (patch) | |
tree | 5c2ce3dfb1f0dfa7c8552462e0a2dfb23adcd31a /app/helpers/blob_helper.rb | |
parent | 6f4ed5149d32e1b199a594db08a69366b2a85217 (diff) | |
parent | 632427bcc24403be21df5afe8e6bae9cf41c8bc7 (diff) | |
download | gitlab-ce-58516-dashboard-endpoint-fe.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 58516-dashboard-endpoint-fe58516-dashboard-endpoint-fe
Diffstat (limited to 'app/helpers/blob_helper.rb')
-rw-r--r-- | app/helpers/blob_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/blob_helper.rb b/app/helpers/blob_helper.rb index 7e631053b54..0d6a6496993 100644 --- a/app/helpers/blob_helper.rb +++ b/app/helpers/blob_helper.rb @@ -188,7 +188,7 @@ module BlobHelper end def copy_file_path_button(file_path) - clipboard_button(text: file_path, gfm: "`#{file_path}`", class: 'btn-clipboard btn-transparent prepend-left-5', title: 'Copy file path to clipboard') + clipboard_button(text: file_path, gfm: "`#{file_path}`", class: 'btn-clipboard btn-transparent', title: 'Copy file path to clipboard') end def copy_blob_source_button(blob) |