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