gitea/templates/admin
Denys Konovalov 4ab597f479
highlight user details link ()
This PR adds a separated column in the users table for operations. The
username link now redirects back to user page.


![grafik](https://github.com/go-gitea/gitea/assets/47871822/df8c8b30-3da6-443c-ae0f-6e3cac7dd9bb)

Resolves
https://github.com/go-gitea/gitea/pull/26713#pullrequestreview-1603001285

Co-authored-by: silverwind <me@silverwind.io>
..
applications Always use `ctx.Locale.Tr` inside templates ()
auth Fix more "locale" usages ()
base Always use `ctx.Locale.Tr` inside templates ()
emails Fix more "locale" usages ()
org highlight user details link ()
packages Fix more "locale" usages ()
repo Fix more "locale" usages ()
runners Move secrets and runners settings to actions settings ()
user highlight user details link ()
actions.tmpl Move secrets and runners settings to actions settings ()
config.tmpl Always use `ctx.Locale.Tr` inside templates ()
cron.tmpl Fix more "locale" usages ()
dashboard.tmpl Always use `ctx.Locale.Tr` inside templates ()
hook_new.tmpl Always use `ctx.Locale.Tr` inside templates ()
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings ()
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings ()
layout_head.tmpl User details page ()
navbar.tmpl Always use `ctx.Locale.Tr` inside templates ()
notice.tmpl Fix more "locale" usages ()
queue.tmpl Always use `ctx.Locale.Tr` inside templates ()
queue_manage.tmpl Always use `ctx.Locale.Tr` inside templates ()
stacktrace-row.tmpl Fix more "locale" usages ()
stacktrace.tmpl Always use `ctx.Locale.Tr` inside templates ()
stats.tmpl Always use `ctx.Locale.Tr` inside templates ()