Update web/templates/tools/audit_log.html
This commit is contained in:
parent
2842cbe1b7
commit
055907bfca
@ -26,7 +26,7 @@
|
||||
{% if r.action == "delete" %}
|
||||
<span style="color:#dc2626; font-weight:600;">#{{ r.entry_id }}</span>
|
||||
{% else %}
|
||||
<a href="{% url 'view_entry' r.entry_id %}" class="pill-link" title="Open entry #{{ r.entry_id }}">#{{ r.entry_id }}</a>
|
||||
<a href="{% url 'entry_view' r.entry_id %}" class="pill-link" title="Open entry #{{ r.entry_id }}">#{{ r.entry_id }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user