summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-01 21:23:50 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-01 21:23:50 +0200
commit00028702fc516f799296d10a1d0da960e93a0381 (patch)
tree21c56e5f03a579bca3345825949b9a1a5cdc27ae /app/views/layouts/application.html.haml
parented75afbb1014920f811a33524ba73cf1a7d78dc9 (diff)
downloadgitlab-ce-00028702fc516f799296d10a1d0da960e93a0381.tar.gz
design tab improved. Themes added
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r--app/views/layouts/application.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 8a1739f12a5..0d5d829e00d 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
- %body.ui_basic.application
+ %body{:class => "#{app_theme} application"}
= render "layouts/flash"
= render "layouts/head_panel", :title => "Dashboard"
.container