Sha256: a080053fd94bc6d8c474389cba6050c2a7b26f0f4ba141abf5a276e06610dd85

Contents?: true

Size: 467 Bytes

Versions: 29

Compression:

Stored size: 467 Bytes

Contents

class Views::Layouts::WidgetLayoutNeedingContentContentFor < Fortitude::Widgets::Html5
  def content
    html {
      head {
        title "widget_layout_needing_content"
      }
      body {
        p {
          text "Foo content is: "
          text(content_for :foo)
        }
        p {
          text "Main content is: "
          yield
        }
        p {
          text "Bar content is: "
          text(content_for :bar)
        }
      }
    }
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

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