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