File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
{{svg "octicon-link"}}
24
24
<a href="{{.Website}}" rel="nofollow">{{.Website}}</a>
25
25
{{end}}
26
- {{svg "octicon-clock "}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
26
+ {{svg "octicon-calendar "}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
27
27
</div>
28
28
</div>
29
29
</div>
Original file line number Diff line number Diff line change 18
18
{{svg "octicon-mail"}}
19
19
<a href="mailto:{{.Email}}" rel="nofollow">{{.Email}}</a>
20
20
{{end}}
21
- {{svg "octicon-clock "}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
21
+ {{svg "octicon-calendar "}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
22
22
</div>
23
23
</div>
24
24
</div>
Original file line number Diff line number Diff line change 18
18
{{else if .Location}}
19
19
{{svg "octicon-location"}} {{.Location}}
20
20
{{else}}
21
- {{svg "octicon-clock "}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
21
+ {{svg "octicon-calendar "}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
22
22
{{end}}
23
23
</div>
24
24
</li>
Original file line number Diff line number Diff line change 69
69
</li>
70
70
{{end}}
71
71
{{end}}
72
- <li>{{svg "octicon-clock "}} {{.locale.Tr "user.joined_on" (DateTime "short" .ContextUser.CreatedUnix) | Safe}}</li>
72
+ <li>{{svg "octicon-calendar "}} {{.locale.Tr "user.joined_on" (DateTime "short" .ContextUser.CreatedUnix) | Safe}}</li>
73
73
{{if and .Orgs .HasOrgsVisible}}
74
74
<li>
75
75
<ul class="user-orgs">
You can’t perform that action at this time.
0 commit comments