fix: navbar version badge also shows for admin users
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user