SPRA-2 add admin; add user list; add user; change permissions
This commit is contained in:
@@ -25,7 +25,13 @@
|
||||
</div>
|
||||
{# <img src="..." class="card-img-top" alt="...">#}
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><a href="{{ path('app_client',{id: report.client.id}) }}" class="link-{{ reports.status.linkColor }}">{{ report.client.strName }}</a></h5>
|
||||
<h5 class="card-title">
|
||||
{% if is_granted('clientView') %}
|
||||
<a href="{{ path('app_client',{id: report.client.id}) }}" class="link-{{ reports.status.linkColor }}">{{ report.client.strName }}</a>
|
||||
{% else %}
|
||||
{{ report.client.strName }}
|
||||
{% endif %}
|
||||
</h5>
|
||||
{# <h6 class="card-subtitle text-muted">Numer sprawozdania: </h6>#}
|
||||
<div class="card-text">
|
||||
<form action="{{ path('app_set_status_todo') }}" method="post">
|
||||
|
||||
Reference in New Issue
Block a user