From: Michael Tremer Date: Mon, 9 Oct 2023 16:00:24 +0000 (+0000) Subject: base: Make navbar items tabs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57ed5a481daea7bfe044a2edaffccd99d6dd91c7;p=ipfire.org.git base: Make navbar items tabs This way, the is-active class has an actual effect. Signed-off-by: Michael Tremer --- diff --git a/src/templates/base.html b/src/templates/base.html index 658a4411..b5cc0262 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -54,7 +54,7 @@ {% if request.path.startswith("/blog") %} {# Navigation for Blog Authors #} {% if current_user and current_user.is_blog_author() %} - + {{ _("My Drafts") }} {% end %} @@ -91,15 +91,15 @@ {% end %} - {{ _("About") }} + {{ _("About") }} - {{ _("Documentation") }} + {{ _("Documentation") }} - {{ _("Download") }} + {{ _("Download") }} - {{ _("Blog") }} + {{ _("Blog") }} - {{ _("Help") }} + {{ _("Help") }}