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.
gitea/modules/templates
techknowlogick 0c7927fe48
Report the correct number of pushes on the feeds (#16811) (#16822)
* Report the correct number of pushes on the feeds

Since the number of commits in the Action table has been limited to 5
the number of commits reported on the feeds page is now incorrectly also
limited to 5. The correct number is available as the Len and this PR
changes this to report this.

Fix #16804

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update templates/user/dashboard/feeds.tmpl

Co-authored-by: techknowlogick <techknowlogick@gitea.io>

Co-authored-by: zeripath <art27@cantab.net>
4 years ago
..
base.go Prevent template renderer from rendering error (#14646) 4 years ago
dynamic.go Move macaron to chi (#14293) 4 years ago
helper.go Report the correct number of pushes on the feeds (#16811) (#16822) 4 years ago
helper_test.go Use templates for issue e-mail subject and body (#8329) 5 years ago
static.go Move macaron to chi (#14293) 4 years ago
templates_bindata.go Rename scripts to build and add revive command as a new build tool command (#10942) 5 years ago