diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-12-24 11:52:50 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-12-26 10:49:13 +0100 |
commit | 2e04b2c23c66a42372d0ecaea2b0f4b2c7b7c7e5 (patch) | |
tree | 9249bb0e9792a11bb27df78a4d93a0b3c0be0b33 /template/browse_item.html | |
parent | 878cd6e8792d5ac03eea59fec9fe8e325440d50c (diff) |
delete files
Diffstat (limited to 'template/browse_item.html')
-rw-r--r-- | template/browse_item.html | 1 |
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> |