mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Add My Tickets view to staff menu as well
This commit is contained in:
parent
e00e19625a
commit
2360c2ed53
@ -40,6 +40,12 @@
|
||||
<span>{% trans "New Ticket" %}</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item{% if 'my-tickets' in request.path %} active{% endif %}">
|
||||
<a class="nav-link" href="{% url 'helpdesk:my-tickets' %}">
|
||||
<i class="fas fa-fw fa-tasks"></i>
|
||||
<span>{% trans "My Tickets" %}</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item{% if 'reports' in request.path %} active{% endif %}">
|
||||
<a class="nav-link" href="{% url 'helpdesk:report_index' %}">
|
||||
<i class="fas fa-fw fa-chart-area"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user