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.
forgejo/templates
yp05327 dc679fc9fa
Fix incorrect release count (#25879)
Release count is not correct:
https://try.gitea.io/yp05327/testrepo/tags

![image](https://github.com/go-gitea/gitea/assets/18380374/07f97c62-d450-4ccb-b3f2-3e0af9d9fc52)

https://try.gitea.io/yp05327/testrepo/releases

![image](https://github.com/go-gitea/gitea/assets/18380374/6f1d55a4-bb68-445d-84b9-90552a40f403)

https://try.gitea.io/yp05327/testrepo/releases/tag/testtag

![image](https://github.com/go-gitea/gitea/assets/18380374/09ab5d51-52b6-4621-a571-3100198eb260)

We already have correct release count, no need to calculate it again.

c5e187c389/modules/context/repo.go (L547)

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
admin Enable H014 and H023 djlint rules (#25786) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Enable H014 and H023 djlint rules (#25786) 1 year ago
code Fix inconsistent user profile layout across tabs (#25625) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Make "cancel" buttons have proper type in modal forms (#25618) 1 year ago
explore Fix inconsistent user profile layout across tabs (#25625) 1 year ago
mail Add template linting via djlint (#25212) 1 year ago
org Following up fixes for "Fix inconsistent user profile layout across tabs" (#25739) 1 year ago
package Restructure issue list template, styles (#25750) 1 year ago
projects Clarify "text-align" CSS helpers, fix clone button padding (#25763) 1 year ago
repo Fix incorrect release count (#25879) 1 year ago
shared Restructure issue list template, styles (#25750) 1 year ago
status Replace fomantic divider module with our own (#25539) 1 year ago
swagger Fix bug of branches API with tests (#25578) 1 year ago
user Enable H014 and H023 djlint rules (#25786) 1 year ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 1 year ago
install.tmpl Show correct SSL Mode on "install page" (#25818) 1 year ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 1 year ago