Commit 52c35c21 authored by Drew Blessing's avatar Drew Blessing

Improve weight icon

parent c2b2e7c4
......@@ -47,7 +47,7 @@
- if issue.weight
 
%span
= icon('magnet')
= icon('balance-scale')
= issue.weight
.pull-right.issue-updated-at
......
......@@ -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 },
......
......@@ -63,7 +63,7 @@
= link_to 'Edit', '#', class: 'edit-link'
.value
- if issuable.weight
= icon('magnet')
= icon('balance-scale')
= issuable.weight
- else
.light None
......
......@@ -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

192 KB | W: | H:

doc/workflow/issue_weight/issue.png

158 KB | W: | H:

doc/workflow/issue_weight/issue.png
doc/workflow/issue_weight/issue.png
doc/workflow/issue_weight/issue.png
doc/workflow/issue_weight/issue.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment