summaryrefslogtreecommitdiff
path: root/app/views/layouts/project_resource.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/project_resource.html.haml')
-rw-r--r--app/views/layouts/project_resource.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/project_resource.html.haml b/app/views/layouts/project_resource.html.haml
index 7b0d4789f8e..f6c5b166ed2 100644
--- a/app/views/layouts/project_resource.html.haml
+++ b/app/views/layouts/project_resource.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: @project.name_with_namespace
- %body{class: "#{app_theme} project"}
+ %body{class: "#{app_theme} project", :'data-page' => body_data_page}
= render "layouts/head_panel", title: project_title(@project)
= render "layouts/flash"
- if can?(current_user, :download_code, @project)