summaryrefslogtreecommitdiff
path: root/app/views/layouts
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
parented75afbb1014920f811a33524ba73cf1a7d78dc9 (diff)
downloadgitlab-ce-00028702fc516f799296d10a1d0da960e93a0381.tar.gz
design tab improved. Themes added
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.haml2
-rw-r--r--app/views/layouts/error.html.haml2
-rw-r--r--app/views/layouts/profile.html.haml2
-rw-r--r--app/views/layouts/project.html.haml2
4 files changed, 4 insertions, 4 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
diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml
index 544fdcc7596..52fa56f4c76 100644
--- a/app/views/layouts/error.html.haml
+++ b/app/views/layouts/error.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 => ""
.container
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index 091e85631f6..3e049f4a6c7 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
- %body.ui_basic.profile
+ %body{:class => "#{app_theme} profile"}
= render "layouts/flash"
= render "layouts/head_panel", :title => "Profile"
.container
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index 2bc326df8c4..e79161db0f9 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
- %body.ui_basic.project
+ %body{:class => "#{app_theme} project"}
= render "layouts/flash"
= render "layouts/head_panel", :title => @project.name
.container