summaryrefslogtreecommitdiff
path: root/app/views/profiles
diff options
context:
space:
mode:
authorvictorwu <victor@gitlab.com>2017-01-11 15:40:51 -0500
committervictorwu <victor@gitlab.com>2017-01-12 20:04:39 -0500
commit96cec4fedec2a3761737bf008fb097de79663d1e (patch)
tree07c288eb4e81996986db638c8661b5dd9fde2b0e /app/views/profiles
parent6d010ebfb934b782d558a5f93c69d3133f5e5635 (diff)
downloadgitlab-ce-96cec4fedec2a3761737bf008fb097de79663d1e.tar.gz
Text for copy to clipboard: URL, personal access token, commands, referenceclipboard-button-text
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/personal_access_tokens/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/personal_access_tokens/index.html.haml b/app/views/profiles/personal_access_tokens/index.html.haml
index bb4effeeeb1..60a561c9f9c 100644
--- a/app/views/profiles/personal_access_tokens/index.html.haml
+++ b/app/views/profiles/personal_access_tokens/index.html.haml
@@ -19,7 +19,7 @@
Your New Personal Access Token
.form-group
= text_field_tag 'created-personal-access-token', flash[:personal_access_token], readonly: true, class: "form-control", 'aria-describedby' => "created-personal-access-token-help-block"
- = clipboard_button(clipboard_text: flash[:personal_access_token])
+ = clipboard_button(clipboard_text: flash[:personal_access_token], title: "Copy personal access token to clipboard", placement: "left")
%span#created-personal-access-token-help-block.help-block.text-danger Make sure you save it - you won't be able to access it again.
%hr