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
7518e491
Commit
7518e491
authored
Nov 09, 2021
by
Mark Florian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gl_badge_tag in runner description partial
Addresses
https://gitlab.com/gitlab-org/gitlab/-/issues/344413
.
parent
21819ee9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
app/views/shared/runners/_runner_description.html.haml
app/views/shared/runners/_runner_description.html.haml
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/shared/runners/_runner_description.html.haml
View file @
7518e491
...
...
@@ -5,8 +5,8 @@
%div
%ul
%li
%span
.badge.badge-pill.gl-badge.sm.badge-success
active
=
gl_badge_tag
s_
(
"Runners|active"
),
variant: :success
,
size: :sm
=
_
(
'- Available to run jobs.'
)
%li
%span
.badge.badge-pill.gl-badge.sm.badge-danger
paused
=
gl_badge_tag
s_
(
"Runners|paused"
),
variant: :danger
,
size: :sm
=
_
(
'- Not available to run jobs.'
)
locale/gitlab.pot
View file @
7518e491
...
...
@@ -30092,6 +30092,9 @@ msgstr ""
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
msgid "Runners|active"
msgstr ""
msgid "Runners|group"
msgstr ""
...
...
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