app/views/layouts/_layout.html.haml in foundationstone-0.0.2 vs app/views/layouts/_layout.html.haml in foundationstone-0.0.3
- old
+ new
@@ -8,12 +8,14 @@
.wrapper
#bow-content= yield :bow
#main
.wrapper
#main-content
- #port= yield :port if content_for?(:port)
+ - if content_for? :port
+ #port= yield :port
#content= yield
- #starboard= yield :starboard if content_for?(:starboard)
+ - if content_for? :starboard
+ #starboard= yield :starboard
- if content_for? :stern
#stern
.wrapper
#stern-content= yield :stern
#footer
\ No newline at end of file