Skip to content

Commit

Permalink
feat(templates): replace term delete with material symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Aug 26, 2024
1 parent 047daec commit 14003b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
hx-delete="{% url "apis_bibsonomy:reference-detail" reference.id %}"
hx-confirm="Are your sure you want to delete reference {{ reference }} for {{ reference.referenced_object }}"
hx-target="closest li"
hx-swap="outerHTML swap:1s">Delete</a>
hx-swap="outerHTML swap:1s"
class="text-danger"><span class="material-symbols-outlined">delete</span></a>
</div>
{% else %}
{{ reference }}
Expand Down

0 comments on commit 14003b7

Please sign in to comment.