summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-09-16 10:52:41 +0100
committerPhil Hughes <me@iamphill.com>2016-09-16 10:52:41 +0100
commitb66a8203ca66f6a5e70e4c0bfcb07a0385560591 (patch)
tree3ca5df387c940cf9982dbc604983f15bf6e340bd /app/views/layouts
parent9c5638fb5b5d28e081d5859baa0e926cf92599d7 (diff)
downloadgitlab-ce-b66a8203ca66f6a5e70e4c0bfcb07a0385560591.tar.gz
Moved loading GFM source into zen.html.hamlslash-commands-load-fix
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 748c94c7825..15a94ac23c5 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -10,5 +10,4 @@
= render "layouts/header/default", title: header_title
= render 'layouts/page', sidebar: sidebar, nav: nav
- = render "layouts/init_auto_complete" if current_user && @load_gfm
= yield :scripts_body