diff --git a/tramway-landing/app/views/tramway/landing/blocks/templates/_section_with_image_and_text.html.haml b/tramway-landing/app/views/tramway/landing/blocks/templates/_section_with_image_and_text.html.haml index 1bf0c94d..314ae13b 100644 --- a/tramway-landing/app/views/tramway/landing/blocks/templates/_section_with_image_and_text.html.haml +++ b/tramway-landing/app/views/tramway/landing/blocks/templates/_section_with_image_and_text.html.haml @@ -1,5 +1,5 @@ .row.page{ id: block.anchor } .col-md-7 - = image_tag block.background, class: 'img-fluid' + = image_tag block.background.url, class: 'img-fluid' .col-md-5{ style: 'text-align: justify' } = render 'tramway/landing/blocks/templates/text', block: block