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