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

Version Path
fortitude-0.0.5-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.5 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.4-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.4 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.3 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.2 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.1 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb