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/project_settings.html.haml
parentee343661e18ccd95f2c74e7bc0d0116a100270ea (diff)
Remove unnecessary theme_type from body 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 d2c9c2a991c..0a0039dec16 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} #{theme_type} project", :'data-page' => body_data_page, :'data-project-id' => @project.id }
+ %body{class: "#{app_theme} project", :'data-page' => body_data_page, :'data-project-id' => @project.id }
= render "layouts/head_panel", title: project_title(@project)
= render "layouts/init_auto_complete"
- @project_settings_nav = true