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
07b8d25d
Commit
07b8d25d
authored
Dec 21, 2015
by
Drew Blessing
Committed by
Robert Speicher
Jan 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve weight icon
parent
753e0f51
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+1
-1
app/views/shared/issuable/_sidebar.html.haml
app/views/shared/issuable/_sidebar.html.haml
+1
-1
doc/workflow/issue_weight.md
doc/workflow/issue_weight.md
+1
-1
doc/workflow/issue_weight/issue.png
doc/workflow/issue_weight/issue.png
+0
-0
No files found.
app/views/projects/issues/_issue.html.haml
View file @
07b8d25d
...
...
@@ -47,7 +47,7 @@
-
if
issue
.
weight
%span
=
icon
(
'
magnet
'
)
=
icon
(
'
balance-scale
'
)
=
issue
.
weight
.pull-right.issue-updated-at
...
...
app/views/shared/issuable/_sidebar.html.haml
View file @
07b8d25d
...
...
@@ -63,7 +63,7 @@
=
link_to
'Edit'
,
'#'
,
class:
'edit-link'
.value
-
if
issuable
.
weight
=
icon
(
'
magnet
'
)
=
icon
(
'
balance-scale
'
)
=
issuable
.
weight
-
else
.light
None
...
...
doc/workflow/issue_weight.md
View file @
07b8d25d
...
...
@@ -8,7 +8,7 @@ You can set the weight of an issue during its creation, by simply changing the
value in the dropdown menu. You can set it to a numeric value from 1 to 9.
This value will appear on the right sidebar of an individual issue, as well as
in the issues page next to a distinctive
magnet
icon.
in the issues page next to a distinctive
balance scale
icon.
As an added bonus, you can see the total sum of all issues on the milestone page.
...
...
doc/workflow/issue_weight/issue.png
View replaced file @
753e0f51
View file @
07b8d25d
192 KB
|
W:
|
H:
158 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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