From acef1931bc2f0b74cac55239720a774ac80483a2 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 17 Aug 2023 22:35:16 +0200 Subject: [PATCH] Move update button below refs --- templates/pages/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/pages/index.html b/templates/pages/index.html index 8444e26..10dbda3 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -6,10 +6,6 @@

Refs

-
- -
-
Tracked ({{ tracked_refs.len() }})
@@ -30,4 +26,8 @@
+
+ +
+ {% endblock %}