mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-29 03:13:15 +01:00
Better display for table heading
This commit is contained in:
parent
ad55d54f2d
commit
391cc000b8
@ -71,12 +71,11 @@
|
|||||||
{% for ticket in tickets %}
|
{% for ticket in tickets %}
|
||||||
<th class="text-center">
|
<th class="text-center">
|
||||||
<label>
|
<label>
|
||||||
|
<input name="chosen_ticket" type="radio" value="{{ ticket.id }}"{% if forloop.first %} checked{% endif %}>
|
||||||
{{ ticket }}
|
{{ ticket }}
|
||||||
<input name="chosen_ticket" type="radio" value="{{ ticket.id }}"
|
|
||||||
class="flat"{% if forloop.first %} checked{% endif %}>
|
|
||||||
<a href="{{ ticket.get_absolute_url }}" target="_blank" class="btn btn-outline-primary btn-sm" role="button">
|
<a href="{{ ticket.get_absolute_url }}" target="_blank" class="btn btn-outline-primary btn-sm" role="button">
|
||||||
{% trans "Open ticket" %}
|
{% trans "Open ticket" %}
|
||||||
<i class="fa fa-external-link"></i>
|
<i class="fa fa-external-link-alt"></i>
|
||||||
</a>
|
</a>
|
||||||
</label>
|
</label>
|
||||||
</th>
|
</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user