loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change `add_on` in `keys_ssh.tmpl` (#24803)

Follow #24562

authored by

Zettat123 and committed by
GitHub
3eecde3f 25d4f95d

+1 -1
+1 -1
templates/user/settings/keys_ssh.tmpl
··· 59 59 {{.Fingerprint}} 60 60 </div> 61 61 <div class="activity meta"> 62 - <i>{{$.locale.Tr "settings.add_on" (DateTime "short" .CreatedUnix) | Safe}} — {{svg "octicon-info"}} {{if .HasUsed}}{{$.locale.Tr "settings.last_used"}} <span {{if .HasRecentActivity}}class="green"{{end}}>{{DateTime "short" .UpdatedUnix}}</span>{{else}}{{$.locale.Tr "settings.no_activity"}}{{end}}</i> 62 + <i>{{$.locale.Tr "settings.added_on" (DateTime "short" .CreatedUnix) | Safe}} — {{svg "octicon-info"}} {{if .HasUsed}}{{$.locale.Tr "settings.last_used"}} <span {{if .HasRecentActivity}}class="green"{{end}}>{{DateTime "short" .UpdatedUnix}}</span>{{else}}{{$.locale.Tr "settings.no_activity"}}{{end}}</i> 63 63 </div> 64 64 </div> 65 65 </div>