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
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
..
security Make template `DateTime` show proper tooltip (#28677) 1 year ago
account.tmpl Remove unnecessary forgot password link in delete user section (#28355) 1 year ago
actions.tmpl Support configuration variables on Gitea Actions (#24724) 2 years ago
appearance.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
applications.tmpl Fix more "locale" usages (#27259) 1 year ago
applications_oauth2.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
applications_oauth2_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
applications_oauth2_edit_form.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
applications_oauth2_list.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
grants_oauth2.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
hook_new.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
keys.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
keys_gpg.tmpl Refactor template empty checks (#28351) 1 year ago
keys_principal.tmpl Fix more "locale" usages (#27259) 1 year ago
keys_ssh.tmpl Improve the prompt for "ssh-keygen sign" (#28509) 1 year ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
layout_head.tmpl Reduce margins on user settings page, introduce `flex-container` (#26046) 2 years ago
navbar.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
organization.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
packages.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
packages_cleanup_rules_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
packages_cleanup_rules_preview.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
profile.tmpl Show placeholder email in privacy popup (#27770) 1 year ago
repos.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
runner_edit.tmpl Add user level action runners (#24995) 2 years ago