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
No related branches found
No related tags found
No related merge requests found
$('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.
Finish editing this message first!
Please register or to comment