mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +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();
|