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
5eef869f
Commit
5eef869f
authored
Dec 17, 2021
by
wortschi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Pajamas badge for pipelines license tab
Changelog: changed EE: true
parent
a4cb0770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/app/views/projects/pipelines/_tabs_holder.html.haml
ee/app/views/projects/pipelines/_tabs_holder.html.haml
+1
-1
No files found.
ee/app/views/projects/pipelines/_tabs_holder.html.haml
View file @
5eef869f
...
...
@@ -10,7 +10,7 @@
%li
.js-licenses-tab-link
=
link_to
licenses_project_pipeline_path
(
project
,
pipeline
),
data:
{
target:
'#js-tab-licenses'
,
action:
'licenses'
,
toggle:
'tab'
,
qa_selector:
'licenses_tab'
},
class:
'licenses-tab'
do
=
_
(
"Licenses"
)
%span
.badge.badge-pill.js-licenses-counter.hidden
{
data:
{
qa_selector:
'licenses_counter'
}
}
=
gl_badge_tag
''
,
{
size: :sm
},
{
class:
'js-licenses-counter hidden'
,
data:
{
qa_selector:
'licenses_counter'
}
}
-
if
project
.
feature_available?
(
:full_codequality_report
)
&&
pipeline
.
downloadable_path_for_report_type
(
:codequality
)
%li
.js-codequality-tab-link
...
...
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