summaryrefslogtreecommitdiff
path: root/app/views/layouts/project_settings.html.haml
diff options
context:
space:
mode:
authorDrew Blessing <drew.blessing@me.com>2014-12-14 19:01:59 -0600
committerDrew Blessing <drew.blessing@me.com>2014-12-15 13:21:26 -0600
commitf06f69b9da81337db14324783b45ea5f55fcf735 (patch)
treedaee94544fb570bc545a229725a0dc8d69bd22dc /app/views/layouts/project_settings.html.haml
parentbe206a514235fe1ca7f35cf018c44202a331cb87 (diff)
downloadgitlab-ce-f06f69b9da81337db14324783b45ea5f55fcf735.tar.gz
Add theme type css class
Diffstat (limited to 'app/views/layouts/project_settings.html.haml')
-rw-r--r--app/views/layouts/project_settings.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/project_settings.html.haml b/app/views/layouts/project_settings.html.haml
index c8b8f4ba971..fd233452215 100644
--- a/app/views/layouts/project_settings.html.haml
+++ b/app/views/layouts/project_settings.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: @project.name_with_namespace
- %body{class: "#{app_theme} project", :'data-page' => body_data_page, :'data-project-id' => @project.id }
+ %body{class: "#{app_theme} #{theme_type} project", :'data-page' => body_data_page, :'data-project-id' => @project.id }
= render "layouts/broadcast"
= render "layouts/head_panel", title: project_title(@project)
= render "layouts/init_auto_complete"