diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-10 17:31:39 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-10 17:34:17 +0300 |
commit | 3b2e58c3e462c0e58620e44398808f3275333cea (patch) | |
tree | e821293a848aa8526cb2710f1982abfcc33bfd7e /app/views/doorkeeper | |
parent | 8f13e0710cb457a17fceeb4e87c2efdd2df8ae19 (diff) | |
download | gitlab-ce-3b2e58c3e462c0e58620e44398808f3275333cea.tar.gz |
Update copy to clipboard button data for application secret
Diffstat (limited to 'app/views/doorkeeper')
-rw-r--r-- | app/views/doorkeeper/applications/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/doorkeeper/applications/show.html.haml b/app/views/doorkeeper/applications/show.html.haml index 776bbc36ec2..cac00f9c854 100644 --- a/app/views/doorkeeper/applications/show.html.haml +++ b/app/views/doorkeeper/applications/show.html.haml @@ -25,7 +25,7 @@ .input-group %input.label.label-monospace{ id: "secret", type: "text", autocomplete: 'off', value: @application.secret, readonly: true } .input-group-append - = clipboard_button(target: '#application_id', title: _("Copy secret to clipboard"), class: "btn btn btn-default") + = clipboard_button(target: '#secret', title: _("Copy secret to clipboard"), class: "btn btn btn-default") %tr %td = _('Callback URL') |