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
83612c32
Commit
83612c32
authored
Jun 18, 2020
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix stylelint warning in related_items_list.scss
Feedback
parent
70e3ce94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
26 deletions
+30
-26
ee/app/assets/javascripts/related_items_tree/components/epic_health_status.vue
...ipts/related_items_tree/components/epic_health_status.vue
+30
-26
No files found.
ee/app/assets/javascripts/related_items_tree/components/epic_health_status.vue
View file @
83612c32
...
...
@@ -45,38 +45,42 @@ export default {
>
</gl-tooltip>
<span
class=
"gl-label gl-label-text-dark gl-label-sm status-on-track
mr-1"
>
<span
class=
"gl-label-text"
>
<span
class=
"gl-label gl-label-text-dark gl-label-sm status-on-track
gl-mr-2"
>
<span
class=
"gl-label-text"
>
{{
healthStatus
.
issuesOnTrack
}}
</span></span
</span>
</span>
<span
class=
"gl-mr-2 mr-md-2 gl-text-gray-700 health-label-long gl-display-none"
>
{{
__
(
'
issues on track
'
)
}}
</span>
<span
class=
"gl-mr-2 mr-md-2 gl-text-gray-700 gl-str-truncated health-label-short gl-display-none"
>
{{
__
(
'
on track
'
)
}}
</span
>
<span
class=
"mr-1 mr-md-2 text-secondary health-label-long gl-display-none"
>
{{
__
(
'
issues on track
'
)
}}
</span>
<span
class=
"mr-1 mr-md-2 text-secondary text-truncate health-label-short gl-display-none"
>
{{
__
(
'
on track
'
)
}}
</span>
<span
class=
"gl-label gl-label-text-dark gl-label-sm status-needs-attention
mr-1"
>
<span
class=
"gl-label-text"
>
<span
class=
"gl-label gl-label-text-dark gl-label-sm status-needs-attention
gl-mr-2"
>
<span
class=
"gl-label-text"
>
{{
healthStatus
.
issuesNeedingAttention
}}
</span></span
</span>
</span>
<span
class=
"gl-mr-2 mr-md-2 gl-text-gray-700 health-label-long gl-display-none"
>
{{
__
(
'
issues need attention
'
)
}}
</span>
<span
class=
"gl-mr-2 mr-md-2 gl-text-gray-700 gl-str-truncated health-label-short gl-display-none"
>
{{
__
(
'
need attention
'
)
}}
</span
>
<span
class=
"mr-1 mr-md-2 text-secondary health-label-long gl-display-none"
>
{{
__
(
'
issues need attention
'
)
}}
</span>
<span
class=
"mr-1 mr-md-2 text-secondary text-truncate health-label-short gl-display-none"
>
{{
__
(
'
need attention
'
)
}}
</span>
<span
class=
"gl-label gl-label-text-dark gl-label-sm status-at-risk
mr-1"
>
<span
class=
"gl-label-text"
>
<span
class=
"gl-label gl-label-text-dark gl-label-sm status-at-risk
gl-mr-2"
>
<span
class=
"gl-label-text"
>
{{
healthStatus
.
issuesAtRisk
}}
</span></span
>
<span
class=
"text-secondary health-label-long gl-display-none"
>
{{
__
(
'
issues at risk
'
)
}}
</span>
<span
class=
"text-secondary text-truncate health-label-short gl-display-none"
>
{{
__
(
'
at risk
'
)
}}
</span>
</span>
</span>
<span
class=
"gl-text-gray-700 health-label-long gl-display-none"
>
{{
__
(
'
issues at risk
'
)
}}
</span>
<span
class=
"gl-text-gray-700 gl-str-truncated health-label-short gl-display-none"
>
{{
__
(
'
at risk
'
)
}}
</span>
</div>
</
template
>
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