summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/update.js.haml
blob: 3cec66d262b04b73958af6f7573b04f11f13affa (plain)
1
2
3
$('aside.right-sidebar').parent().html("#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}");
$('aside.right-sidebar').effect('highlight')
new Issue();