1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-25 10:03:39 +03:00
iszla 3f9016430f Pagination on releases page (#2035)
* Added count to GetReleasesByRepoID so pagination will work

* Separated it out to a new function, can then also leave the API part unaffected

* Remove extra whitespace added in untouched function

* Added comment and corrected name in error handler

* Account for if the user is owner or not in the count

* Also check if repo is draft

* revert back to the correct count in the ReleasesToDisplay loop

* Fixed lint error regarding else with return statement

* Use Cond struct instead of string, corrected name in error handler

* Removed unused return variable names
2017-06-28 22:47:00 +08:00
..
2017-06-28 13:43:28 +08:00
2017-06-28 13:43:28 +08:00
2017-06-28 22:47:00 +08:00
2017-06-28 13:43:28 +08:00
2017-05-02 15:35:59 +02:00
2017-04-13 10:52:24 +08:00
2017-06-18 08:30:04 +08:00