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
silverwind 04f9ad0568
Fix incorrect tailwind migration (#30007)
Fixes https://github.com/go-gitea/gitea/issues/30005. Regression from
https://github.com/go-gitea/gitea/pull/29945.

There was only once instance of `tw-content-center` before that PR, so I
just ran below command and reverted that one instance.

```sh
perl -p -i -e 's#tw-content-center#tw-items-center#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
```
11 months ago
..
actions Replace 10 more gt- classes with tw- (#29945) 11 months ago
search Replace 10 more gt- classes with tw- (#29945) 11 months ago
secrets Fix incorrect tailwind migration (#30007) 11 months ago
user Fix incorrect tailwind migration (#30007) 11 months ago
variables Fix incorrect tailwind migration (#30007) 11 months ago
webhook Change webhook-type in create-view (#29114) 1 year ago
combomarkdowneditor.tmpl cleanup locale function usage (#27227) 1 year ago
issueicon.tmpl Performance improvements for pull request list page (#29900) 11 months ago
issuelist.tmpl Remove unnecessary ".Link" usages (#29909) 11 months ago
repo_search.tmpl Improve repo search UI (#29767) 11 months ago
searchbottom.tmpl Fix incorrect tailwind migration (#30007) 11 months ago
searchfile.tmpl Fix wrong line number in code search result (#29260) 11 months ago