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/shared/user
silverwind fabe01478a
Migrate font-weight helpers to tailwind (#30027)
Commands ran:

```sh
perl -p -i -e 's#gt-font-light#tw-font-light#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-normal#tw-font-normal#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-medium#tw-font-medium#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-semibold#tw-font-semibold#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-bold#tw-font-bold#g' web_src/js/**/* templates/**/*
```
11 months ago
..
authorlink.tmpl Migrate font-weight helpers to tailwind (#30027) 11 months ago
avatarlink.tmpl Use template context function for avatar rendering (#26385) 2 years ago
block_user_dialog.tmpl Add user blocking (#29028) 11 months ago
blocked_users.tmpl Fix the wrong locale key of searching users (#29868) 11 months ago
name.tmpl Always use whole user name as link (#27815) 1 year ago
namelink.tmpl Timeline and color tweaks (#21799) 2 years ago
org_profile_avatar.tmpl Fix incorrect tailwind migration (#30007) 11 months ago
profile_big_avatar.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago