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.
yp05327 393193a3e0
Fix repo count in org action settings (#27245)
Only in org action settings, repo count is missing

Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/4a74c090-c55f-4f06-810a-c390337efa9d)

![image](https://github.com/go-gitea/gitea/assets/18380374/e234f7e7-178c-4186-bbc0-0f291192b011)

![image](https://github.com/go-gitea/gitea/assets/18380374/c1db70cd-973b-40d5-ba17-1f354aed9149)
In other setting page:

![image](https://github.com/go-gitea/gitea/assets/18380374/43bfec6b-a1a4-48a9-8280-ab6f967b7ec4)

After:

![image](https://github.com/go-gitea/gitea/assets/18380374/9a697bd8-ce9f-40e2-8749-b46726d68d84)

![image](https://github.com/go-gitea/gitea/assets/18380374/3b6d1e59-64dd-4655-953b-064718e6aa7a)

![image](https://github.com/go-gitea/gitea/assets/18380374/5604c063-556c-4252-8778-4e5a5e23b7e1)
9 months ago
..
actions Artifacts retention and auto clean up (#26131) 10 months ago
setting Fix repo count in org action settings (#27245) 9 months ago
activity.go Implement FSFE REUSE for golang files (#21840) 2 years ago
attachment.go More refactoring of `db.DefaultContext` (#27083) 10 months ago
blame.go Improve tree not found page (#26570) 9 months ago
branch.go Search branches (#27055) 10 months ago
cherry_pick.go Sync branches into databases (#22743) 1 year ago
commit.go More `db.DefaultContext` refactor (#27265) 9 months ago
compare.go Reduce usage of `db.DefaultContext` (#27073) 10 months ago
download.go Less naked returns (#25713) 1 year ago
editor.go Improve tree not found page (#26570) 9 months ago
editor_test.go Move web/api context related testing function into a separate package (#26859) 10 months ago
find.go Implement FSFE REUSE for golang files (#21840) 2 years ago
helper.go Improve tree not found page (#26570) 9 months ago
helper_test.go Make web context initialize correctly for different cases (#26726) 10 months ago
http.go More refactoring of `db.DefaultContext` (#27083) 10 months ago
http_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue.go rename TotalTimes() to TotalTimesForEachUser() (#27261) 9 months ago
issue_content_history.go Improve issue history dialog and make poster can delete their own history (#27323) 9 months ago
issue_dependency.go Add context parameter to some database functions (#26055) 12 months ago
issue_label.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
issue_label_test.go Move web/api context related testing function into a separate package (#26859) 10 months ago
issue_lock.go Use fetch form action for lock/unlock/pin/unpin on sidebar (#25380) 1 year ago
issue_pin.go Add context parameter to some database functions (#26055) 12 months ago
issue_stopwatch.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
issue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_timetrack.go Add context parameter to some database functions (#26055) 12 months ago
issue_watch.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
main_test.go make writing main test easier (#27270) 9 months ago
middlewares.go More refactoring of `db.DefaultContext` (#27083) 10 months ago
migrate.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
milestone.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
packages.go Fix the display of org level badges (#26504) 10 months ago
patch.go Sync branches into databases (#22743) 1 year ago
projects.go More `db.DefaultContext` refactor (#27265) 9 months ago
projects_test.go Move web/api context related testing function into a separate package (#26859) 10 months ago
pull.go More `db.DefaultContext` refactor (#27265) 9 months ago
pull_review.go More `db.DefaultContext` refactor (#27265) 9 months ago
release.go Improvements of releases list and tags list (#25859) 9 months ago
release_test.go Improvements of releases list and tags list (#25859) 9 months ago
render.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go Another round of `db.DefaultContext` refactor (#27103) 9 months ago
search.go Refactor indexer (#25174) 1 year ago
topic.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
treelist.go Implement FSFE REUSE for golang files (#21840) 2 years ago
view.go More `db.DefaultContext` refactor (#27265) 9 months ago
view_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
wiki.go Move notification interface to services layer (#26915) 10 months ago
wiki_test.go Move web/api context related testing function into a separate package (#26859) 10 months ago