summaryrefslogtreecommitdiff
path: root/template/browse_item.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/browse_item.html')
-rw-r--r--template/browse_item.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/browse_item.html b/template/browse_item.html
index 4a6bd77..1af8c89 100644
--- a/template/browse_item.html
+++ b/template/browse_item.html
@@ -2,4 +2,5 @@
<td><i class="fa-regular fa-@@icon@@"></i></td>
<td><a href="@@url@@">@@name@@</a></td>
<td class="file-size">@@size@@</td>
+ <td><a href="@@delete_url@@"><i class="fa-regular fa-trash"></i></a></td>
</tr>