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

Improve weight icon

parent c2b2e7c4
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
- if issue.weight - if issue.weight
   
%span %span
= icon('magnet') = icon('balance-scale')
= issue.weight = issue.weight
.pull-right.issue-updated-at .pull-right.issue-updated-at
......
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
- if issuable.respond_to?(:weight) - if issuable.respond_to?(:weight)
.form-group .form-group
= f.label :label_ids, class: 'control-label' do = f.label :label_ids, class: 'control-label' do
= icon('magnet')
Weight Weight
.col-sm-10 .col-sm-10
= f.select :weight, projects_weight_options(issuable.weight), { include_blank: true }, = f.select :weight, projects_weight_options(issuable.weight), { include_blank: true },
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
= link_to 'Edit', '#', class: 'edit-link' = link_to 'Edit', '#', class: 'edit-link'
.value .value
- if issuable.weight - if issuable.weight
= icon('magnet') = icon('balance-scale')
= issuable.weight = issuable.weight
- else - else
.light None .light None
......
...@@ -8,7 +8,7 @@ You can set the weight of an issue during its creation, by simply changing the ...@@ -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. 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 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. 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