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