aboutsummaryrefslogtreecommitdiffstats
path: root/templates/shared
diff options
context:
space:
mode:
authorPanagiotis "Ivory" Vasilopoulos <git@n0toose.net>2023-07-29 11:34:49 +0000
committerGitHub <noreply@github.com>2023-07-29 19:34:49 +0800
commit1c89f15f42411e2271d809e0d4c311cc145a4d75 (patch)
tree37a796c6d0b8c4c01c462ece1fd1b0cb3831c402 /templates/shared
parente01824f2b8a9749759c300588617d07d98d4f2e4 (diff)
downloadgitea-1c89f15f42411e2271d809e0d4c311cc145a4d75.tar.gz
gitea-1c89f15f42411e2271d809e0d4c311cc145a4d75.zip
Use calendar icon for `Joined on...` in profiles (#26215)
Diffstat (limited to 'templates/shared')
-rw-r--r--templates/shared/user/profile_big_avatar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl
index 5a1e43b88e..62b317cdd4 100644
--- a/templates/shared/user/profile_big_avatar.tmpl
+++ b/templates/shared/user/profile_big_avatar.tmpl
@@ -69,7 +69,7 @@
</li>
{{end}}
{{end}}
- <li>{{svg "octicon-clock"}} {{.locale.Tr "user.joined_on" (DateTime "short" .ContextUser.CreatedUnix) | Safe}}</li>
+ <li>{{svg "octicon-calendar"}} {{.locale.Tr "user.joined_on" (DateTime "short" .ContextUser.CreatedUnix) | Safe}}</li>
{{if and .Orgs .HasOrgsVisible}}
<li>
<ul class="user-orgs">