Skip to content

Commit

Permalink
Update src/PrestaShopBundle/Resources/views/Admin/Multistore/header.h…
Browse files Browse the repository at this point in the history
…tml.twig

Co-authored-by: Julie Varisellaz <[email protected]>
  • Loading branch information
matthieu-rolland and Julievrz committed Mar 26, 2021
1 parent 21533dd commit 57f1023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<a class="multishop-modal-shop-name" href="{{ app.request.requestURI ~ '&setShopContext=s-' ~ shop.id }}">{{ shop.name }}</a>
</div>
{% if shop.hasMainUrl() %}
<a class="multishop-modal-shop-view" href="{{ link.getBaseLink(shop.id) }}" target="_blank" rel="noreferrer">{{ "View my shop"|trans({}, 'Admin.Shop') }} <i class="material-icons">visibility</i></a>
<a class="multishop-modal-shop-view" href="{{ link.getBaseLink(shop.id) }}" target="_blank" rel="noreferrer">{{ "View my shop"|trans({}, 'Admin.Navigation.Header') }} <i class="material-icons">visibility</i></a>
{% else %}
<a class="multishop-modal-shop-view" href="{{ getAdminLink('AdminShop', true, {'shop_id' : shop.id}) }}" rel="noreferrer">{{ "Configure URL"|trans({}, 'Admin.Shop') }} <i class="material-icons">visibility</i></a>
{% endif %}
Expand Down

0 comments on commit 57f1023

Please sign in to comment.