mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
[CHANGE] Gylphicons to Font-Awesome
This commit is contained in:
parent
61ec67183c
commit
e0fa615e90
@ -20,6 +20,7 @@
|
||||
{% endif %}
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
{% for ops in timers %}
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -38,15 +39,16 @@
|
||||
<td nowrap><div id="localtime{{ ops.id }}"></div><div id="countdown{{ ops.id }}"></div></td>
|
||||
<td>{{ ops.duration }}</td>
|
||||
<td>{{ ops.fc }}</td>
|
||||
|
||||
{% if perms.auth.optimer_management %}
|
||||
{# <td>{{ ops.eve_character }}</td>#}
|
||||
<td class="text-end">
|
||||
<a href="{% url 'optimer:remove' ops.id %}" class="btn btn-danger">
|
||||
<span class="glyphicon glyphicon-remove"></span>
|
||||
<i class="fa-solid fa-trash"></i>
|
||||
</a>
|
||||
|
||||
<a href="{% url 'optimer:edit' ops.id %}" class="btn btn-info">
|
||||
<span class="glyphicon glyphicon-pencil"></span>
|
||||
<i class="fa-solid fa-pen-to-square"></i>
|
||||
</a>
|
||||
</td>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user