mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 09:22:56 +00:00 
			
		
		
		
	fix watchers templates breaks (#870)
This commit is contained in:
		| @@ -586,7 +586,7 @@ func runWeb(ctx *cli.Context) error { | |||||||
| 	m.Group("/:username/:reponame", func() { | 	m.Group("/:username/:reponame", func() { | ||||||
| 		m.Get("/stars", repo.Stars) | 		m.Get("/stars", repo.Stars) | ||||||
| 		m.Get("/watchers", repo.Watchers) | 		m.Get("/watchers", repo.Watchers) | ||||||
| 	}, ignSignIn, context.RepoAssignment(), context.RepoRef()) | 	}, ignSignIn, context.RepoAssignment(), context.RepoRef(), context.UnitTypes()) | ||||||
|  |  | ||||||
| 	m.Group("/:username", func() { | 	m.Group("/:username", func() { | ||||||
| 		m.Group("/:reponame", func() { | 		m.Group("/:reponame", func() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user