1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

admin: hide my account button when disabled

This commit is contained in:
Harvey Tindall 2023-06-26 20:48:57 +01:00
parent 46f1bc20c8
commit 65f402fd35
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -417,9 +417,11 @@
</span> </span>
<span class="button ~warning" alt="{{ .strings.theme }}" id="button-theme"><i class="ri-sun-line"></i></span> <span class="button ~warning" alt="{{ .strings.theme }}" id="button-theme"><i class="ri-sun-line"></i></span>
</div> </div>
<div class="top-4 right-4 absolute"> {{ if .userPageEnabled }}
<a class="button ~info" href="/my/account"><i class="ri-account-circle-fill mr-2"></i>{{ .strings.myAccount }}</a> <div class="top-4 right-4 absolute">
</div> <a class="button ~info" href="/my/account"><i class="ri-account-circle-fill mr-2"></i>{{ .strings.myAccount }}</a>
</div>
{{ end }}
<div class="page-container"> <div class="page-container">
<div class="mb-4"> <div class="mb-4">
<header class="flex flex-wrap items-center justify-between"> <header class="flex flex-wrap items-center justify-between">