From 652c7afb7a44cb0ccd5db7cb71759cd183ce4769 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 1 Feb 2025 20:07:33 +0100 Subject: [PATCH] Improve page layouts --- templates/base.html | 2 ++ templates/flake-info.html | 6 +++++- templates/flakes.html | 2 +- templates/index.html | 2 +- templates/revision.html | 3 ++- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index fac0ed8..235a60f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,8 @@
{% block content %}{% endblock %}
+ +
Home | All flakes
diff --git a/templates/flake-info.html b/templates/flake-info.html index f0b24c4..9b261ed 100644 --- a/templates/flake-info.html +++ b/templates/flake-info.html @@ -1,7 +1,11 @@ {% extends "base.html" %} {% block content %} -

{{ uri }}

+

Flake details

+ +

Revisions

diff --git a/templates/flakes.html b/templates/flakes.html index f46e9d4..1234ebe 100644 --- a/templates/flakes.html +++ b/templates/flakes.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -

All scanned flakes

+

All flakes