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/**/*
```
2024-03-22 20:51:29 +01:00
..
actions Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
search Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
secrets Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
user Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
variables Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
webhook Change webhook-type in create-view (#29114) 2024-02-15 14:59:48 +01:00
combomarkdowneditor.tmpl cleanup locale function usage (#27227) 2023-09-24 20:31:58 +00:00
issueicon.tmpl Performance improvements for pull request list page (#29900) 2024-03-21 14:13:08 +01:00
issuelist.tmpl Remove unnecessary ".Link" usages (#29909) 2024-03-20 13:56:42 +08:00
repo_search.tmpl Improve repo search UI (#29767) 2024-03-15 09:45:30 +00:00
searchbottom.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
searchfile.tmpl Fix wrong line number in code search result (#29260) 2024-03-06 07:24:43 +00:00