Commit a74be704 authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 988467ea
- todo = issuable_todo(issuable)
- content_for :page_specific_javascripts do
= webpack_bundle_tag('common_vue')
<<<<<<< HEAD
= webpack_bundle_tag('ee_sidebar')
=======
= webpack_bundle_tag('sidebar')
>>>>>>> upstream/master
%aside.right-sidebar.js-right-sidebar.js-issuable-sidebar{ data: { signed: { in: current_user.present? } }, class: sidebar_gutter_collapsed_class, 'aria-live' => 'polite' }
.issuable-sidebar{ data: { endpoint: "#{issuable_json_path(issuable)}" } }
......
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