Fix 404 errors on Merge Request -> new
This commit is contained in:
parent
b6fc031031
commit
d9c20cf5a6
3 changed files with 7 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
:plain
|
||||
$(".mr_source_commit").html("#{escape_javascript(render 'commits/commit', commit: @commit)}");
|
||||
$(".mr_source_commit").html("#{commit_to_html(@commit)}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue