[chore/frontend] Tweak display of "edited" in web UI a bit (#3766)

This commit is contained in:
tobi 2025-02-09 12:23:06 +01:00 committed by GitHub
parent 42bbbaadb2
commit 05e89af4ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,7 @@ main {
column-gap: 1rem; column-gap: 1rem;
.edited-at { .edited-at {
font-style: italic; font-size: smaller;
} }
} }

View file

@ -30,7 +30,7 @@
<div class="stats-item edited-at text-cutoff"> <div class="stats-item edited-at text-cutoff">
<dt class="sr-only">Edited</dt> <dt class="sr-only">Edited</dt>
<dd> <dd>
(last edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>) (edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>)
</dd> </dd>
</div> </div>
{{ end }} {{ end }}