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
80a9d8b0
Commit
80a9d8b0
authored
Jan 19, 2021
by
Marvin Karegyeya
Committed by
Nicolò Maria Mezzopera
Jan 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds GitLab UI styles to revoke button in _table.html.haml
parent
ef5891ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/shared/deploy_tokens/_table.html.haml
app/views/shared/deploy_tokens/_table.html.haml
+1
-1
changelogs/unreleased/ApplyGitLabUIbuttonstylestobuttonsindeploytokens_table-html-haml.yml
...UIbuttonstylestobuttonsindeploytokens_table-html-haml.yml
+5
-0
No files found.
app/views/shared/deploy_tokens/_table.html.haml
View file @
80a9d8b0
...
...
@@ -24,7 +24,7 @@
-
else
%span
.token-never-expires-label
=
_
(
'Never'
)
%td
=
token
.
scopes
.
present?
?
token
.
scopes
.
join
(
', '
)
:
_
(
'no scopes selected'
)
%td
=
link_to
s_
(
'DeployTokens|Revoke'
),
"#"
,
class:
"btn btn-danger float-right"
,
data:
{
toggle:
"modal"
,
target:
"#revoke-modal-
#{
token
.
id
}
"
}
%td
=
link_to
s_
(
'DeployTokens|Revoke'
),
"#"
,
class:
"
gl-button
btn btn-danger float-right"
,
data:
{
toggle:
"modal"
,
target:
"#revoke-modal-
#{
token
.
id
}
"
}
=
render
'shared/deploy_tokens/revoke_modal'
,
token:
token
,
group_or_project:
group_or_project
-
else
.settings-message.text-center
...
...
changelogs/unreleased/ApplyGitLabUIbuttonstylestobuttonsindeploytokens_table-html-haml.yml
0 → 100644
View file @
80a9d8b0
---
title
:
Adds GitLabUI button styles in deploy tokens _table.html.haml
merge_request
:
51082
author
:
nuwe1
type
:
other
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