change datetime format in invite-list.tmpl tooltip to ISO 8601

This commit is contained in:
Andre Staltz 2021-03-17 13:12:26 +02:00
parent 4c007d3cd0
commit 8f63eb0abb
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<td class="pl-3 pr-6 text-gray-400 text-center">
<div class="has-tooltip">
{{human_time .CreatedAt}}
<span class="tooltip">{{.CreatedAt.Format "02.01.2006 15:04"}}</span>
<span class="tooltip">{{.CreatedAt.Format "2006-01-02 15:04:05.00"}}</span>
</div>
</td>
<td class="px-6">{{.CreatedBy.Name}}</td>