mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
4 lines
185 B
Plaintext
4 lines
185 B
Plaintext
$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}";
|
|
$('aside.right-sidebar').effect('highlight');
|
|
new IssuableContext();
|