Commit 8ec37f1c authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/views/shared/issuable/_sidebar.html.haml

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c2295e03
......@@ -115,7 +115,6 @@
- if can? current_user, :admin_label, @project and @project
= render partial: "shared/issuable/label_page_create"
<<<<<<< HEAD
- if issuable.supports_weight?
.block.weight
.sidebar-collapsed-icon
......@@ -143,8 +142,6 @@
%a{ href: "#", data: { id: weight, none: weight == Issue::WEIGHT_NONE }, class: ("is-active" if params[:weight] == weight.to_s) }
= weight
=======
>>>>>>> upstream/master
- if issuable.has_attribute?(:confidential)
%script#js-confidential-issue-data{ type: "application/json" }= { is_confidential: @issue.confidential, is_editable: can_edit_issuable }.to_json.html_safe
#js-confidential-entry-point
......
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