Fix rendering template for invalid notes

This commit is contained in:
Riyad Preukschas 2012-11-21 20:26:37 +01:00
parent 3e800c3bb1
commit d7ce2c5c07

View file

@ -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();