first commit symfony 6
This commit is contained in:
@ -5,6 +5,10 @@
|
||||
CONFIGURATIONS
|
||||
</h1>
|
||||
|
||||
{% if auditUse and (access=="admin" or access=="audit") %}
|
||||
<a class="btn btn-secondary float-end" href="{{ path("app_"~access~"_audit_render",{entityname:"Config"}) }}"><i class="fas fa-eye fa-fw"></i> Audit</a>
|
||||
<br><br>
|
||||
{% endif %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt-4">
|
||||
|
Reference in New Issue
Block a user