Commit b62d30d4 authored by James Lopez's avatar James Lopez

fixed merge conflict: app/views/shared/issuable/_sidebar.html.haml

parent ebb5afe7
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
- else - else
.light None .light None
.selectbox .selectbox
= f.select :weight, projects_weight_options(issuable.weight), { include_blank: true }, = f.select :weight, issues_weight_options_for_edit(issuable.weight), { include_blank: true },
{ class: 'select2 js-select2', data: { placeholder: "Select weight" }} { class: 'select2 js-select2', data: { placeholder: "Select weight" }}
= render "shared/issuable/participants", participants: issuable.participants(current_user) = render "shared/issuable/participants", participants: issuable.participants(current_user)
......
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