aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-09 16:25:28 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-09 16:26:46 +0800
commit2a057bac1efb7c6175331ee4fd72a15c0df01422 (patch)
treebd16cd1994791b136aaf615999eeddb5d39f45c0 /templates
parent*: Downgrade go-git from main to v5.14.0 (diff)
downloadforge-2a057bac1efb7c6175331ee4fd72a15c0df01422.tar.gz
forge-2a057bac1efb7c6175331ee4fd72a15c0df01422.tar.zst
forge-2a057bac1efb7c6175331ee4fd72a15c0df01422.zip
gc: Add a garbage collection button
Diffstat (limited to 'templates')
-rw-r--r--templates/index.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl
index 3bef7b0..2aa5729 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -56,6 +56,9 @@
</tbody>
</table>
</div>
+ <div class="padding-wrapper">
+ <a href="/:/gc" class="btn btn-danger">Run the garbage collector</a>
+ </div>
<footer>
{{- template "footer" . -}}
</footer>