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

Version Path
fortitude-0.9.6-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.6 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.5-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.5 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.4-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.4 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.3-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.3 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.2-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.2 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.1-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.1 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.0-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.9.0 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.10-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.10 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.9-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.9 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.7-java spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb
fortitude-0.0.7 spec/rails/templates/rules_system_spec/app/views/layouts/fortitude_layout_with_p.rb