Add icon to chrono list for record details

This commit is contained in:
Gregory Trullemans 2022-09-30 11:15:06 +02:00
parent 1c901fc7c0
commit 88c4fbd2de
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
<a href="{% url 'chrono_update' chrono.id %}">
<span class="tim-icons icon-pencil text-warning"></span>
</a>
&nbsp;
<a href="{% url 'jump_chrono_values_create_or_update' chrono.id %}">
<span class="far fa-search-plus text-warning"></span>
</a>
</td>
<td>
{% if chrono.details.all %}