summaryrefslogtreecommitdiff
path: root/app/views/profiles/personal_access_tokens
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-12 17:55:40 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-12 17:55:40 -0500
commit53bf57f3acf00436ee16f93cda433670c08a2275 (patch)
treef82ec99cbba90fb1d85767bbee8b423dfb40be5c /app/views/profiles/personal_access_tokens
parent7d00cc9c409bf9c04d7a2f6f1b69bcf6efa9c10c (diff)
downloadgitlab-ce-53bf57f3acf00436ee16f93cda433670c08a2275.tar.gz
[skip ci] input-group-btn's input-group-text should not create a new div
Diffstat (limited to 'app/views/profiles/personal_access_tokens')
-rw-r--r--app/views/profiles/personal_access_tokens/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/profiles/personal_access_tokens/index.html.haml b/app/views/profiles/personal_access_tokens/index.html.haml
index 4b02bcce9ed..d253e8e456e 100644
--- a/app/views/profiles/personal_access_tokens/index.html.haml
+++ b/app/views/profiles/personal_access_tokens/index.html.haml
@@ -21,8 +21,7 @@
.input-group
= text_field_tag 'created-personal-access-token', @new_personal_access_token, readonly: true, class: "form-control js-select-on-focus", 'aria-describedby' => "created-personal-access-token-help-block"
%span.input-group-append
- .input-group-text
- = clipboard_button(text: @new_personal_access_token, title: "Copy personal access token to clipboard", placement: "left", class: "btn-default btn-clipboard")
+ = clipboard_button(text: @new_personal_access_token, title: "Copy personal access token to clipboard", placement: "left", class: "input-group-text btn-default btn-clipboard")
%span#created-personal-access-token-help-block.form-text.text-muted.text-danger Make sure you save it - you won't be able to access it again.
%hr