design tab improved. Themes added
This commit is contained in:
parent
ed75afbb10
commit
00028702fc
10 changed files with 64 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue