Commit 9506f9ee authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Don't show weight in form since it looks silly.

parent c2b2e7c4
...@@ -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 },
......
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