debian-mirror-gitlab/app/views/projects/issues/update.js.haml

4 lines
143 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
$('.context').html("#{escape_javascript(render 'shared/issuable/context', issuable: @issue)}");
$('.context').effect('highlight')
2015-04-26 12:48:37 +05:30
new Issue();