fix: navbar version badge also shows for admin users

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-20 09:10:52 +01:00
parent 2280f9b04e
commit 0417c161b3
+1 -1
View File
@@ -42,7 +42,7 @@
<!-- the full dropdown menus -->
<div class="navbar-right">
{{if .ShowFooterVersion}}
{{if (or .ShowFooterVersion .PageIsAdmin)}}
<span class="item tw-text-13 tw-opacity-70 tw-mr-0" title="tinqs-git · {{AppVer}}">
tinqs-git <span class="tw-font-mono">· {{AppVer}}</span>
</span>