Add staff pages section
This commit is contained in:
parent
5a531ae171
commit
5271f5263f
@ -47,12 +47,21 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %}
|
{% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %}
|
||||||
|
<li class="nav-item mt-3">
|
||||||
|
<h6 class="ps-4 ms-2 text-uppercase text-xs text-dark font-weight-bolder opacity-5">Staffing pages</h6>
|
||||||
|
</li>
|
||||||
<li class='nav-item'>
|
<li class='nav-item'>
|
||||||
<a class='{{ staff_dashboard }}' href='{{ path('app_staff_dashboard') }}'>
|
<a class='{{ staff_dashboard }}' href='{{ path('app_staff_dashboard') }}'>
|
||||||
<i class='material-symbols-rounded opacity-5'>dashboard</i>
|
<i class='material-symbols-rounded opacity-5'>dashboard</i>
|
||||||
<span class='nav-link-text ms-1'>Staff Dashboard</span>
|
<span class='nav-link-text ms-1'>Staff Dashboard</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class='nav-item'>
|
||||||
|
<a class='{{ staff_notes }}' href='{{ path('app_staff_my_cases') }}'>
|
||||||
|
<i class='material-symbols-rounded opacity-5'></i>
|
||||||
|
<span class='nav-link-text ms-1'>Staff My Cases</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<li class="nav-item mt-3">
|
<li class="nav-item mt-3">
|
||||||
@ -88,7 +97,7 @@
|
|||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="{{ profile }}" href="{{ path('app_profile') }}">
|
<a class="{{ profile }}" href="{{ path('app_profile') }}">
|
||||||
<i class="material-symbols-rounded opacity-5">person</i>
|
<i class="material-symbols-rounded opacity-5">person</i>
|
||||||
<span class="nav-link-text ms-1">Profile</span>
|
<span class="nav-link-text ms-1">{{ app.user.name }}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class='nav-item'>
|
<li class='nav-item'>
|
||||||
|
Loading…
Reference in New Issue
Block a user