mirror of
https://github.com/go-gitea/gitea
synced 2025-07-26 12:18:36 +00:00
Use calendar icon for Joined on...
in profiles (#26215)
This commit is contained in:
committed by
GitHub
parent
e01824f2b8
commit
1c89f15f42
@@ -18,7 +18,7 @@
|
||||
{{else if .Location}}
|
||||
{{svg "octicon-location"}} {{.Location}}
|
||||
{{else}}
|
||||
{{svg "octicon-clock"}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
|
||||
{{svg "octicon-calendar"}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
|
||||
{{end}}
|
||||
</div>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user