templates: use same markup for last login field as for profile fields (#77349)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-06 20:36:24 +02:00
parent 7cd2d96d37
commit d00bd3b491
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
{% if LAST_LOGIN %}
<div class="field">
<span class="label">Dernière connexion</span>
<span class="value">{{ LAST_LOGIN }}</span>
<div class="value">{{ LAST_LOGIN }}</div>
</div>
{% endif %}
</div>