user_details.tmpl: add email field [skip ci]
This commit is contained in:
parent
f7bcc20012
commit
653ff23e39
@ -30,6 +30,12 @@
|
||||
{{- .Data.user.Username -}}
|
||||
</h3>
|
||||
</div><!-- username -->
|
||||
<div class="flex place-items-center justify-left lg:justify-between overflow-x-auto text-ellipsis hover:bg-gray-100 dark:hover:bg-gray-700">
|
||||
<span class="w-24 md:w-32 px-2 text-purple-500 dark:text-purple-300">Email:</span>
|
||||
<h3 class="text-lg text-fuchsia-500 dark:text-fuchsia-400 px-2">
|
||||
{{- .Data.user.Email -}}
|
||||
</h3>
|
||||
</div><!-- email -->
|
||||
<div class="flex place-items-center justify-left lg:justify-between overflow-x-auto text-ellipsis hover:bg-gray-100 dark:hover:bg-gray-700">
|
||||
<span class="w-24 md:w-32 px-2 text-purple-500 dark:text-purple-300">Admin:</span>
|
||||
<h3 class="text-lg text-fuchsia-500 dark:text-fuchsia-400 px-2">
|
||||
|
Loading…
Reference in New Issue
Block a user