gitlab-org--gitlab-foss/app/views/projects/issues/update.js.haml

4 lines
170 B
Text
Raw Normal View History

$('.issuable-sidebar').html("#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}");
$('.issuable-sidebar').parent().effect('highlight')
new Issue();