Introduced actionbar. Some fixes for balancing page.
This commit is contained in:
parent
1d9815731c
commit
f4f10b1e4c
26 changed files with 90 additions and 78 deletions
|
|
@ -19,12 +19,16 @@
|
|||
= yield(:sidebar)
|
||||
.span9
|
||||
= bootstrap_flash
|
||||
- if content_for?(:actionbar)
|
||||
.btn-toolbar.pull-right= yield(:actionbar)
|
||||
- if show_title?
|
||||
.page-header
|
||||
%h1= yield(:title)
|
||||
= yield
|
||||
- else
|
||||
= bootstrap_flash
|
||||
- if content_for?(:actionbar)
|
||||
.btn-toolbar.pull-right= yield(:actionbar)
|
||||
- if show_title?
|
||||
.page-header
|
||||
%h1= yield(:title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue