0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-16 16:51:50 +01:00
gitea/templates
Lunny Xiao 7a9a5c8a69 Fix assigned issues dashboard (#920)
* Fix assigned/created issues in dashboard. (#3560)

* Fix assigned/created issues in dashboard.

* Use GetUserIssueStats for getting all Dashboard stats.

* Use gofmt to format the file properly.

* Replace &Issue{} with new(Issue).

* Check if user has access to given repository.

* Remove unnecessary filtering of issues.

* Return 404 error if invalid repository is given.

* Use correct number of issues in paginater.

* fix issues on dashboard
2017-02-14 22:15:18 +08:00
..
admin feat: Able to disable non-admin to create new organization (#927) 2017-02-14 20:16:00 +08:00
base
explore
mail
org
repo
status
user Fix assigned issues dashboard (#920) 2017-02-14 22:15:18 +08:00
home.tmpl
install.tmpl