summaryrefslogtreecommitdiff
path: root/app/views/layouts/project_settings.html.haml
diff options
context:
space:
mode:
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 0dcadc2d9c6..47bc007fc6a 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} sidenav 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"