Explorar el Código

Correctif form productFamily

master
Fab hace 4 años
padre
commit
97fcfecae9
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="{{ merchantUtils.getMerchantCurrent.getMerchantConfig('url') }}">Afficher le site</a>
<a target="_blank" class="btn btn-outline-success" href="{{ merchantUtils.getMerchantUser.getMerchantConfig('url') }}">Afficher le site</a>
</li>
</ul>
{% endblock navbar %}

Cargando…
Cancelar
Guardar