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-05-02 12:18:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-02 12:18:29 +0400
commitca225d92c38d955f3c39fd80e031396fee7723a3 (patch)
tree9c313571cd56eb6a2bf7dfc36e671a75952ead13 /app/views/layouts/admin.html.haml
parent4f5aae1d26ac66f8baf0574a2e457597a3e7cc33 (diff)
Replace inline document.ready with dispatcher
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r--app/views/layouts/admin.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index abe3f2ea854..3a23cbdb376 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Admin area"
- %body{class: "#{app_theme} admin"}
+ %body{class: "#{app_theme} admin", :'data-page' => body_data_page}
= render "layouts/head_panel", title: "Admin area"
= render "layouts/flash"
%nav.main-nav