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/repo/issue
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
..
fields Extend issue template yaml engine (#29274) 12 months ago
labels Replace 10 more gt- classes with tw- (#29945) 11 months ago
milestone Remove unnecessary ".Link" usages (#29909) 11 months ago
view_content Migrate font-weight helpers to tailwind (#30027) 11 months ago
branch_selector_field.tmpl Improve branch select list ui in go templates (#29729) 12 months ago
card.tmpl Fix incorrect tailwind migration (#30007) 11 months ago
choose.tmpl Remove RenderEmojiPlain from template helper (#29375) 1 year ago
comment_tab.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
filter_actions.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago
filter_list.tmpl Fix incorrect tailwind migration (#30007) 11 months ago
filters.tmpl Refactor template empty checks (#28351) 1 year ago
label_precolors.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago
labels.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
list.tmpl Refactor StringsToInt64s (#29967) 11 months ago
milestone_issues.tmpl Fix incorrect tailwind migration (#30007) 11 months ago
milestone_new.tmpl Replace some `gt-` classes with `tw-` (#29570) 12 months ago
milestones.tmpl Fix incorrect tailwind migration (#30007) 11 months ago
navbar.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
new.tmpl Fix incorrect redirection when creating a PR fails (#29537) 12 months ago
new_form.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago
openclose.tmpl Add ability to see open and closed issues at the same time (#28757) 1 year ago
search.tmpl Unify search boxes (#29530) 12 months ago
view.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
view_content.tmpl Migrate font-weight helpers to tailwind (#30027) 11 months ago
view_title.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago