From 363cc1ed7fb419661483f9b042cb0484fbd005cd Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Wed, 3 Sep 2025 12:02:24 +0300 Subject: [PATCH] appview/pages: fix button styles in error templates Signed-off-by: Anirudh Oppiliappan --- appview/pages/templates/errors/404.html | 2 +- appview/pages/templates/errors/500.html | 8 ++++---- appview/pages/templates/errors/503.html | 4 ++-- appview/pages/templates/errors/knot404.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/appview/pages/templates/errors/404.html b/appview/pages/templates/errors/404.html index 36bdece0..a034f527 100644 --- a/appview/pages/templates/errors/404.html +++ b/appview/pages/templates/errors/404.html @@ -17,7 +17,7 @@ The page you're looking for doesn't exist. It may have been moved, deleted, or you have the wrong URL.

- + {{ i "arrow-left" "w-4 h-4" }} go back diff --git a/appview/pages/templates/errors/500.html b/appview/pages/templates/errors/500.html index feb3e170..34b52da0 100644 --- a/appview/pages/templates/errors/500.html +++ b/appview/pages/templates/errors/500.html @@ -8,7 +8,7 @@ {{ i "alert-triangle" "w-8 h-8 text-red-500 dark:text-red-400" }}
- +

500 — internal server error @@ -24,11 +24,11 @@

Our team has been automatically notified about this error.

- - + {{ i "home" "w-4 h-4" }} back to home @@ -36,4 +36,4 @@
-{{ end }} \ No newline at end of file +{{ end }} diff --git a/appview/pages/templates/errors/503.html b/appview/pages/templates/errors/503.html index 5f9a9211..72575817 100644 --- a/appview/pages/templates/errors/503.html +++ b/appview/pages/templates/errors/503.html @@ -17,11 +17,11 @@ We were unable to reach the knot hosting this repository. The service may be temporarily unavailable.

- - + {{ i "arrow-left" "w-4 h-4" }} back to timeline diff --git a/appview/pages/templates/errors/knot404.html b/appview/pages/templates/errors/knot404.html index 00246b24..c2a4037f 100644 --- a/appview/pages/templates/errors/knot404.html +++ b/appview/pages/templates/errors/knot404.html @@ -17,7 +17,7 @@ The repository you were looking for could not be found. The knot serving the repository may be unavailable.