Skip to content

Commit

Permalink
Fix Behat build
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Jul 26, 2018
1 parent cc50d9b commit 452b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Shop/Page/show.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% if page.image %}
{% set path = preview is defined and preview == true ? page.image.path : '/media/image/'~page.image.path %}

<img class="page-image ui fluid image" src="{{ page.image.path }}" alt="">
<img class="page-image ui fluid image" src="{{ path }}" alt="">
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 452b0f9

Please sign in to comment.