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