Sha256: 4c3ffbc29774ebf618b90d639244fb6739b54521c8504f5ec7941139b06c2cf1

Contents?: true

Size: 440 Bytes

Versions: 16

Compression:

Stored size: 440 Bytes

Contents

.row.page{ id: block.anchor }
  .col-md-7
    - if block.background.present?
      - background_url = block.background.is_a?(String) ? block.background : block.background.url
      = image_tag background_url, class: 'img-fluid'
    - else
      - raise "Block background should valid image URL or PhotoUploader object. Block: #{block}"
  .col-md-5{ style: 'text-align: justify' }
    = render 'tramway/landing/templates/text', block: block

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
tramway-landing-3.3.0.10 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.9 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.8 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.7 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.6 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.5 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.4 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.3 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.2 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3.0.1 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.3 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.2.0.3 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.2.0.2 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.2 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.1.1.12 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml
tramway-landing-3.1.1.11 app/views/tramway/landing/templates/_section_with_image_and_text.html.haml