Sha256: c3dd0c5947ba4e4601eb03bf3b13306b1317a190960b30ae5622492d11419161
Contents?: true
Size: 290 Bytes
Versions: 7
Compression:
Stored size: 290 Bytes
Contents
class Views::Layouts::FortitudeLayoutWithP < Fortitude::Widgets::Html5 doctype :html5 enforce_element_nesting_rules true def content doctype! html { head { title "rails_spec_application" } } body { p { yield } } end end
Version data entries
7 entries across 7 versions & 1 rubygems