Skip to content
Snippets Groups Projects
Commit 9506f9ee authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

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

parent c2b2e7c4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 },
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment