summaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-08-04 01:17:45 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-08-04 01:17:45 +0000
commita544a1e57cd6620d0341566230598753677dfc13 (patch)
tree24f4f7c2e8dcf56c1fbc6e818c7187932a618dcd /app/views/layouts
parent07cd12978e524deafcfd81714ce965003c5e29bc (diff)
downloadredmine-a544a1e57cd6620d0341566230598753677dfc13.tar.gz
redmine-a544a1e57cd6620d0341566230598753677dfc13.zip
Added css classes to the HTML body based on the theme, controller, and action. #819
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3911 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/base.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index 9521457d6..2daae7cb9 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -19,7 +19,7 @@
<!-- page specific tags -->
<%= yield :header_tags -%>
</head>
-<body>
+<body class="<%= body_css_classes %>">
<div id="wrapper">
<div id="wrapper2">
<div id="top-menu">