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
52c35c21
Commit
52c35c21
authored
Dec 21, 2015
by
Drew Blessing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve weight icon
parent
c2b2e7c4
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
4 deletions
+3
-4
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+1
-1
app/views/shared/issuable/_form.html.haml
app/views/shared/issuable/_form.html.haml
+0
-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 @
52c35c21
...
...
@@ -47,7 +47,7 @@
-
if
issue
.
weight
%span
=
icon
(
'
magnet
'
)
=
icon
(
'
balance-scale
'
)
=
issue
.
weight
.pull-right.issue-updated-at
...
...
app/views/shared/issuable/_form.html.haml
View file @
52c35c21
...
...
@@ -57,7 +57,6 @@
-
if
issuable
.
respond_to?
(
:weight
)
.form-group
=
f
.
label
:label_ids
,
class:
'control-label'
do
=
icon
(
'magnet'
)
Weight
.col-sm-10
=
f
.
select
:weight
,
projects_weight_options
(
issuable
.
weight
),
{
include_blank:
true
},
...
...
app/views/shared/issuable/_sidebar.html.haml
View file @
52c35c21
...
...
@@ -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 @
52c35c21
...
...
@@ -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 @
c2b2e7c4
View file @
52c35c21
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