Skip to content
Snippets Groups Projects
Commit d6d3a132 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Fix sidebar replacement for issues & MRs

parent 599e554a
Branches
Tags
1 merge request!2645Implement new design for issue and merge request right sidebar
Pipeline #
$('aside.right-sidebar').parent().html("#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}");
$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}");
$('aside.right-sidebar').effect('highlight')
new Issue();
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment