summaryrefslogtreecommitdiff
path: root/app/views/layouts/errors.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-29 16:50:00 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-29 16:50:00 +0300
commitefa267602122dc2aa5ee789a87fe4039c7ffe484 (patch)
tree176900e2ef935bcedbed6003437616c10eb7ac49 /app/views/layouts/errors.html.haml
parenta7fab42b9cd34ddd44ff2ab0837691f57428b8e4 (diff)
downloadgitlab-ce-efa267602122dc2aa5ee789a87fe4039c7ffe484.tar.gz
Render readme file in public project#show
Diffstat (limited to 'app/views/layouts/errors.html.haml')
-rw-r--r--app/views/layouts/errors.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/errors.html.haml b/app/views/layouts/errors.html.haml
index b9395873c33..df2350b1535 100644
--- a/app/views/layouts/errors.html.haml
+++ b/app/views/layouts/errors.html.haml
@@ -2,7 +2,7 @@
%html{ lang: "en"}
= render "layouts/head", title: "Error"
%body{class: "#{app_theme} application"}
- = render "layouts/head_panel", title: ""
+ = render "layouts/head_panel", title: "" if current_user
= render "layouts/flash"
.container
.content