Sha256: 44a2c3c7c86450c0dbcbbad537fd3cdbc25f8c3516eb803b3e4cca524ef1b197
Contents?: true
Size: 438 Bytes
Versions: 29
Compression:
Stored size: 438 Bytes
Contents
class Views::Layouts::WidgetLayoutNeedingContentYield < Fortitude::Widgets::Html5 def content html { head { title "widget_layout_needing_content" } body { p { text "Foo content is: " yield :foo } p { text "Main content is: " yield } p { text "Bar content is: " yield :bar } } } end end
Version data entries
29 entries across 29 versions & 1 rubygems