Explorar el Código

Merge tag 'FIX' into develop

Correctif
feature/export_comptable
Fab hace 4 años
padre
commit
e084adfbdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Resources/views/backend/default/layout.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/default/layout.html.twig Ver fichero

@@ -121,7 +121,7 @@
{% endif %}
</li>
<li>
<a target="_blank" class="btn btn-outline-success" href="{{ path('frontend_home') }}">Afficher le site</a>
<a target="_blank" class="btn btn-outline-success" href="{{ merchantUtils.getMerchantCurrent.getMerchantConfig('url') }}">Afficher le site</a>
</li>
</ul>
{% endblock navbar %}

Cargando…
Cancelar
Guardar