From 63a2225b7fb2611785d5591d255ef2c8223dce58 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 11 Apr 2019 21:11:30 -0400 Subject: [PATCH] Add admin dashboard link to dropdown navs --- templates/user/include/header.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/user/include/header.tmpl b/templates/user/include/header.tmpl index 03dd020..312d0b8 100644 --- a/templates/user/include/header.tmpl +++ b/templates/user/include/header.tmpl @@ -24,6 +24,7 @@
  • Customize
  • Stats

  • + {{if .IsAdmin}}
  • Admin
  • {{end}}
  • Settings
  • Export

  • @@ -41,6 +42,7 @@