Sha256: 7d357fe4f01b5b924dc6b9094a854aadd8d8f8a6fd9f445d78352cd631d86c41

Contents?: true

Size: 326 Bytes

Versions: 12

Compression:

Stored size: 326 Bytes

Contents

- if @page.bricks.map(&:type).include? "Kuhsaft::PlaceholderBrick"
  - unless @page.blank?
    .page-content
      - @page.bricks.localized.each do |brick|
        = render brick

- else
  - cache @page do
    - unless @page.blank?
      .page-content
        - @page.bricks.localized.each do |brick|
          = render brick

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kuhsaft-1.4.1 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.4.0 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.3.1 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.15 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.14 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.13 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.12 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.11 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.10 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.9 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.8 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.2.7 app/views/kuhsaft/pages/show.html.haml