summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-13 08:34:35 +0100
committerPhil Hughes <me@iamphill.com>2016-10-14 10:52:48 +0100
commit270434f7372dcb4d412f3f62068f69d8eac212e8 (patch)
treed9454f6975fe3fc57941521d5c00b4a33b121994 /app/views/layouts/application.html.haml
parent456149345ba441b00d4de96b8eb211b9e1aab7e9 (diff)
downloadgitlab-ce-270434f7372dcb4d412f3f62068f69d8eac212e8.tar.gz
Loads GFM once for per pagegfm-source-once
#22827
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r--app/views/layouts/application.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 15a94ac23c5..6c2285fa2b6 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -11,3 +11,4 @@
= render 'layouts/page', sidebar: sidebar, nav: nav
= yield :scripts_body
+ = render "layouts/init_auto_complete" if @gfm_form