mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Apply code style adjustments
This commit is contained in:
parent
5340182461
commit
8f18ea6216
1 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
</div>
|
||||
{% else %}
|
||||
<div class="column">
|
||||
<a href="{{ path('sylius_shop_homepage') }}"><img src="{{ asset('assets/shop/img/logo.png') }}" alt="Sylius logo" class="ui small image" /></a>
|
||||
<a href="{{ path('sylius_shop_homepage') }}">
|
||||
<img src="{{ asset('assets/shop/img/logo.png') }}" alt="Sylius logo" class="ui small image" />
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue