summaryrefslogtreecommitdiff
path: root/app/views/layouts/admin.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-27 00:21:53 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-27 00:21:53 +0200
commit3a4b4fb4cde7809f033822a171b9feae19d41fff (patch)
tree86e3aed3f871b0da56258ed2a4700f5dbe580998 /app/views/layouts/admin.html.haml
parent065c200c33f68c2bb781e35a43f9dc8138a893b5 (diff)
downloadgitlab-ce-3a4b4fb4cde7809f033822a171b9feae19d41fff.tar.gz
Moving ui styles to one scss file, Added ui class to body
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 87b9832e3ef..df47166016f 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"
- %body.admin
+ %body.ui_basic.admin
= render "layouts/flash"
= render "layouts/head_panel", :title => "Admin area"
.container