mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
restreinte des index si on est pas ROLE_ADMIN
This commit is contained in:
parent
b79fc2ac9f
commit
20611e96c2
16 changed files with 116 additions and 35 deletions
|
@ -5,7 +5,8 @@
|
|||
{% block body %}
|
||||
|
||||
|
||||
<h1>Product index</h1>
|
||||
<h1>Index des produits</h1>
|
||||
<a href="{{ path('app_product_new') }}"class="btn btn-primary btn-create" >Créer</a>
|
||||
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
@ -47,5 +48,5 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<a href="{{ path('app_product_new') }}">Create new</a>
|
||||
<a href="{{ path('app_product_new') }}"class="btn btn-primary btn-create" >Créer</a>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue