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
2ad9d22d
Commit
2ad9d22d
authored
Sep 25, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Group weight icon and text on issue list and issue boards
parent
372b4654
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+1
-1
ee/app/assets/javascripts/boards/components/issue_card_weight.vue
...ssets/javascripts/boards/components/issue_card_weight.vue
+1
-1
ee/changelogs/unreleased/group-weight-icon-and-text.yml
ee/changelogs/unreleased/group-weight-icon-and-text.yml
+5
-0
No files found.
app/views/projects/issues/_issue.html.haml
View file @
2ad9d22d
...
...
@@ -40,7 +40,7 @@
=
link_to_label
(
label
,
subject:
issue
.
project
,
css_class:
'label-link'
)
-
if
issue
.
weight
%span
.issuable-weight.has-tooltip
{
data:
{
container:
'body'
},
title:
_
(
'Weight'
)
}
%span
.issuable-weight.
d-none.d-sm-inline-block.
has-tooltip
{
data:
{
container:
'body'
},
title:
_
(
'Weight'
)
}
=
icon
(
'balance-scale'
)
=
issue
.
weight
...
...
ee/app/assets/javascripts/boards/components/issue_card_weight.vue
View file @
2ad9d22d
...
...
@@ -23,7 +23,7 @@ export default {
<span
v-tooltip
:title=
"__('Weight')"
class=
"board-card-weight card-number prepend-left-5"
class=
"board-card-weight card-number prepend-left-5
d-inline-block
"
data-container=
"body"
data-placement=
"bottom"
>
...
...
ee/changelogs/unreleased/group-weight-icon-and-text.yml
0 → 100644
View file @
2ad9d22d
---
title
:
Group weight icon and text on issue list and issue boards
merge_request
:
7484
author
:
George Tsiolis
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