Skip to content

Commit

Permalink
#landing update send object to image_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
moshinaan committed Feb 13, 2020
1 parent 845913d commit 16e6320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 16e6320

Please sign in to comment.