0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-21 02:43:58 +01:00
gitea/templates/repo
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 Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
branch Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
cite Fix Citation modal responsiveness and clipboard copy (#29799) 2024-03-15 02:38:13 +00:00
code Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
diff Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
editor Remove jQuery AJAX from the repo editor (#29636) 2024-03-07 07:28:33 +00:00
find Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
graph Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
issue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
migrate Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
projects Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
pulls Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
release Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
settings Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
tag Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
wiki Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
activity.tmpl
blame.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
branch_dropdown.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
clone_buttons.tmpl Refactor clone-panel styles (#29861) 2024-03-17 12:40:42 +00:00
clone_script.tmpl
code_frequency.tmpl
commit_load_branches_and_tags.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
commit_page.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
commit_status.tmpl
commit_statuses.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
commits_list_small.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
commits_list.tmpl
commits_search_dropdown.tmpl Unify search boxes (#29530) 2024-03-14 23:24:59 +00:00
commits_table.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
commits.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
contributors.tmpl
create_helper.tmpl
create.tmpl
empty.tmpl Refactor clone-panel styles (#29861) 2024-03-17 12:40:42 +00:00
file_info.tmpl
forks.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
graph.tmpl Fix various loading states, remove .loading class (#29920) 2024-03-21 16:31:15 +00:00
header.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
home.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
icon.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
latest_commit.tmpl
navbar.tmpl
packages.tmpl
pulse.tmpl Replace more gt- with tw- (#29678) 2024-03-08 22:02:05 +01:00
recent_commits.tmpl
release_tag_header.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
search_name.tmpl
search.tmpl Unify search boxes (#29530) 2024-03-14 23:24:59 +00:00
shabox_badge.tmpl
star_unstar.tmpl Refactor star/watch button (#29576) 2024-03-04 12:56:34 +00:00
sub_menu.tmpl
unicode_escape_prompt.tmpl Replace some gt- classes with tw- (#29570) 2024-03-04 03:33:20 +00:00
upload.tmpl
user_cards.tmpl
view_file.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
view_list.tmpl Fix elipsis button not working if the last commit loading is deferred (#29544) 2024-03-02 19:31:59 +00:00
watch_unwatch.tmpl Refactor star/watch button (#29576) 2024-03-04 12:56:34 +00:00
watchers.tmpl