Sha256: 23f0c45ddc18057701440872ad3cc2202f43ca50cb2813ea36701aab851e9700

Contents?: true

Size: 341 Bytes

Versions: 11

Compression:

Stored size: 341 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, I18n.locale] do
    - unless @page.blank?
      .page-content
        - @page.bricks.localized.each do |brick|
          = render brick

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
kuhsaft-2.0.2 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.8.1 app/views/kuhsaft/pages/show.html.haml
kuhsaft-2.0.1 app/views/kuhsaft/pages/show.html.haml
kuhsaft-2.0.0 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.8.0 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.7.1 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.7.0 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.6.0 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.5.0 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.4.3 app/views/kuhsaft/pages/show.html.haml
kuhsaft-1.4.2 app/views/kuhsaft/pages/show.html.haml