From f39308f3c8bef1211391076808fe8bffd27220b3 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Wed, 14 May 2025 22:03:00 +1000 Subject: [PATCH] Refactor repo nav bars --- themed/base.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++ themed/refs.html | 92 +--------------------------------------------- 2 files changed, 98 insertions(+), 90 deletions(-) diff --git a/themed/base.html b/themed/base.html index f030932..c2f1a81 100644 --- a/themed/base.html +++ b/themed/base.html @@ -1,3 +1,5 @@ +{! static int get_num_commits(); static int get_num_branches(); static int get_num_tags(); !} + {% block page_start %} @@ -18,6 +20,100 @@ {% endblock %} +{% block repo_description_panel %} +
+ {# Description panel #} + {{ ctx.repo->desc }} +
+{% endblock %} +{% block repo_summary_bar %} + +{% endblock %} {% block page_end %}