From bbc5446a80171f60e02fd13cc9aa8820de5154aa Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Tue, 7 Feb 2023 15:54:56 +0100 Subject: [PATCH] Always show navigation cards in dashboard --- templates/user/dashboard/dashboard.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index 9207989..e3561a6 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -2,7 +2,6 @@
{{template "user/dashboard/navbar" .}}
- {{if not .Feeds}} {{template "blender_components/card_repos" .}}
@@ -13,7 +12,6 @@ {{template "blender_components/card_modules" .}}
- {{end}} {{template "base/alert" .}}