update the tickets
This commit is contained in:
parent
32a0919913
commit
7c794a6390
@ -48,7 +48,7 @@
|
||||
<h5 class="fw-bold mb-2">{% trans 'Description' %}</h5>
|
||||
<div class="p-3 bg-light rounded-3">{{ ticket.description|linebreaks }}</div>
|
||||
</div>
|
||||
{% if ticket.resolution_notes %}
|
||||
{% if ticket.resolution_notes %}
|
||||
<div class="mb-4">
|
||||
<h5 class="fw-bold mb-2">{% trans 'Resolution Notes' %}</h5>
|
||||
<div class="p-3 bg-light rounded-3">{{ ticket.resolution_notes|linebreaks }}</div>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<i class="fa-solid fa-eye me-1"></i>
|
||||
{% trans "View" %}
|
||||
</a> {% endcomment %}
|
||||
|
||||
|
||||
<div class="btn-reveal-trigger position-static">
|
||||
<button class="btn btn-sm dropdown-toggle dropdown-caret-none transition-none btn-reveal fs-10"
|
||||
type="button"
|
||||
@ -103,15 +103,10 @@
|
||||
href="{% url 'ticket_detail' request.dealer.slug ticket.id %}">
|
||||
<i class="fa fa-eye me-2"></i>{% trans "View" %}
|
||||
</a>
|
||||
<a class="dropdown-item"
|
||||
href="{% url 'ticket_update' ticket.id%}">
|
||||
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
|
||||
</tr>
|
||||
{% empty %}
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user