Sha256: 0d79310e820690b5a52701546571e2581734196ded750e816241572441e4829f
Contents?: true
Size: 220 Bytes
Versions: 29
Compression:
Stored size: 220 Bytes
Contents
class Views::Layouts::ExplicitYield < Fortitude::Widgets::Html5 def content html do head do title "explicit_yield_layout" end body do yield_from_widget end end end end
Version data entries
29 entries across 29 versions & 1 rubygems