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>2013-06-08 18:10:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-08 18:10:25 +0400
commit4a1b093602ad36094f0f0ab2b8b0d48b2cb6f623 (patch)
tree566a4a0b1710d2b108beb8ff627ab08b0d9d95a3 /app/views/layouts/snippets.html.haml
parent590c84c7a4a5f838a94c13b39c749ab25dffa210 (diff)
add data-page property to all pages
Diffstat (limited to 'app/views/layouts/snippets.html.haml')
-rw-r--r--app/views/layouts/snippets.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/snippets.html.haml b/app/views/layouts/snippets.html.haml
index f2696a0e987..350f1c7ef1a 100644
--- a/app/views/layouts/snippets.html.haml
+++ b/app/views/layouts/snippets.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Snipepts"
- %body{class: "#{app_theme} application"}
+ %body{class: "#{app_theme} application", :'data-page' => body_data_page}}
= render "layouts/head_panel", title: "Snippets"
= render "layouts/flash"
%nav.main-nav