You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/user/settings/security
wxiaoguang 91aa263225
Make template `DateTime` show proper tooltip (#28677)
There was a question about "how to improve the datetime display for
SSH/PGP/WebAuthn"
https://github.com/go-gitea/gitea/pull/28262#issuecomment-1831141611

The root problem is that `DateTime` misses the "data-tooltip-content"
attribute, which should be used to make the tooltip popup smoothly.

Now the UI is consistent and the end users could see the detailed
hour/minute/second easily by hovering the element.


![image](https://github.com/go-gitea/gitea/assets/2114189/2211336f-d59d-4f64-a83b-099f8ef6d29b)


![image](https://github.com/go-gitea/gitea/assets/2114189/f02a9c86-476d-48d6-aece-85a800235fbd)
1 year ago
..
accountlinks.tmpl Add missing IconHTML size (#27269) 1 year ago
openid.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
security.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
twofa.tmpl Improve text in Security settings (#28393) 1 year ago
twofa_enroll.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
webauthn.tmpl Make template `DateTime` show proper tooltip (#28677) 1 year ago