0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 22:05:20 +01:00
gitea/templates/admin
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
..
applications
auth
emails Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
org Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
packages
repo Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
runners
user Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
actions.tmpl
config.tmpl
config_settings.tmpl
cron.tmpl
dashboard.tmpl
hook_new.tmpl
hooks.tmpl
layout_footer.tmpl
layout_head.tmpl
navbar.tmpl
notice.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
queue.tmpl
queue_manage.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
self_check.tmpl
stacktrace-row.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
stacktrace.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
stats.tmpl
system_status.tmpl