Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-09-05 19:37:05 +0300
committerPhil Hughes <me@iamphill.com>2016-09-16 12:49:55 +0300
commitcd9a2ba1aa99a7c27977475f9942427554feca4d (patch)
tree5bc0709108d1ca221df2e00402a553ab821c429a /app/views/projects/_zen.html.haml
parenta5035ed3108e4c335382c44b24470e4a564270e4 (diff)
Fixed group milestone error
Diffstat (limited to 'app/views/projects/_zen.html.haml')
-rw-r--r--app/views/projects/_zen.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_zen.html.haml b/app/views/projects/_zen.html.haml
index fd92cbf9070..bc2fc397893 100644
--- a/app/views/projects/_zen.html.haml
+++ b/app/views/projects/_zen.html.haml
@@ -1,4 +1,4 @@
-- @load_gfm = true
+- @load_gfm = !(@target_project || @project).nil?
- supports_slash_commands = local_assigns.fetch(:supports_slash_commands, false)
.zen-backdrop
- classes << ' js-gfm-input js-autosize markdown-area'