Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a20d522c
Commit
a20d522c
authored
Oct 13, 2020
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes a doubly applied btn class
parent
02e8758e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/admin/applications/show.html.haml
app/views/admin/applications/show.html.haml
+2
-2
No files found.
app/views/admin/applications/show.html.haml
View file @
a20d522c
...
...
@@ -13,7 +13,7 @@
.input-group
%input
.label.label-monospace.monospace
{
id:
"application_id"
,
type:
"text"
,
autocomplete:
'off'
,
value:
@application
.
uid
,
readonly:
true
}
.input-group-append
=
clipboard_button
(
target:
'#application_id'
,
title:
_
(
"Copy ID"
),
class:
"
btn
gl-button btn btn-default"
)
=
clipboard_button
(
target:
'#application_id'
,
title:
_
(
"Copy ID"
),
class:
"gl-button btn btn-default"
)
%tr
%td
=
_
(
'Secret'
)
...
...
@@ -22,7 +22,7 @@
.input-group
%input
.label.label-monospace.monospace
{
id:
"secret"
,
type:
"text"
,
autocomplete:
'off'
,
value:
@application
.
secret
,
readonly:
true
}
.input-group-append
=
clipboard_button
(
target:
'#secret'
,
title:
_
(
"Copy secret"
),
class:
"
btn
gl-button btn btn-default"
)
=
clipboard_button
(
target:
'#secret'
,
title:
_
(
"Copy secret"
),
class:
"gl-button btn btn-default"
)
%tr
%td
=
_
(
'Callback URL'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment