mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
add an icon to delete button
This commit is contained in:
parent
22493bdfc7
commit
95f2f4e1a9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
<td><code>{{ emoji.relative_path }}</code></td>
|
<td><code>{{ emoji.relative_path }}</code></td>
|
||||||
<td>
|
<td>
|
||||||
<div id="actions">
|
<div id="actions">
|
||||||
<button class="btn btn-sm btn-outline-danger" hx-target="#emoji-{{emoji.name}}" hx-delete="{{ url_for('api.deleteEmoji', emoji_name=emoji.relative_path) }}">Delete</button>
|
<button class="btn btn-sm btn-outline-danger" hx-target="#emoji-{{emoji.name}}" hx-delete="{{ url_for('api.deleteEmoji', emoji_name=emoji.relative_path) }}"><i class="bi bi-trash me-1"></i> Delete</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
Loading…
Add table
Reference in a new issue