restyled main menu. move from left to top orientation
This commit is contained in:
parent
9511ec846d
commit
c844723a24
11 changed files with 98 additions and 71 deletions
|
@ -5,12 +5,12 @@
|
|||
= render "layouts/flash"
|
||||
= render "layouts/head_panel", :title => @project.name
|
||||
.container-fluid
|
||||
.sidebar= render :partial => "layouts/project_side"
|
||||
= render :partial => "layouts/project_menu"
|
||||
.content
|
||||
- if @full_content
|
||||
= yield
|
||||
- else
|
||||
.row
|
||||
.span10= yield
|
||||
.span4= render "layouts/project_side_right"
|
||||
.span12= yield
|
||||
.sidebar= render "layouts/project_side_right"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue