design tab improved. Themes added

This commit is contained in:
Dmitriy Zaporozhets 2012-03-01 21:23:50 +02:00
parent ed75afbb10
commit 00028702fc
10 changed files with 64 additions and 21 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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