Fix rendering template for invalid notes
This commit is contained in:
parent
3e800c3bb1
commit
d7ce2c5c07
|
@ -9,6 +9,5 @@
|
|||
|
||||
- else
|
||||
:plain
|
||||
$(".note-form-holder").replaceWith("#{escape_javascript(render 'form')}");
|
||||
|
||||
$(".note-form-holder").replaceWith("#{escape_javascript(render 'notes/common_form')}");
|
||||
GitLab.GfmAutoComplete.setup();
|
||||
|
|
Loading…
Reference in a new issue