update padrino.
This commit is contained in:
parent
049866ee2e
commit
3995ad850c
268 changed files with 2330 additions and 1477 deletions
|
@ -1,3 +1,3 @@
|
|||
- wrap_layout :outer_haml do
|
||||
= wrap_layout :outer_haml do
|
||||
Inner
|
||||
= yield
|
|
@ -1,3 +1,3 @@
|
|||
- wrap_layout :outer_slim do
|
||||
= wrap_layout :outer_slim do
|
||||
h3 Inner
|
||||
== yield
|
|
@ -1,3 +1,3 @@
|
|||
- wrap_layout :master_haml do
|
||||
= wrap_layout :master_haml do
|
||||
Outer
|
||||
= yield
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
- wrap_layout :master_slim do
|
||||
= wrap_layout :master_slim do
|
||||
h2 Outer
|
||||
== yield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue