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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-25 10:26:32 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-25 10:26:32 +0300
commit878e86bf64ce09938c1f2cc4dd1555029969a7c2 (patch)
tree77829bf09dd242a219897fcfff6a8dfc42711339 /app/views/layouts/errors.html.haml
parentee343661e18ccd95f2c74e7bc0d0116a100270ea (diff)
Remove unnecessary theme_type from body class
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 e7d875173e6..e51fd4cb820 100644
--- a/app/views/layouts/errors.html.haml
+++ b/app/views/layouts/errors.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Error"
- %body{class: "#{app_theme} #{theme_type} application"}
+ %body{class: "#{app_theme} application"}
= render "layouts/head_panel", title: "" if current_user
.container.navless-container
= render "layouts/flash"