mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
Tab on user profile to show starred repos (#519)
* Tab on user profile to show starred repos * Make golint happy and use transactions on StarRepo function * x -> sess * Use sess.Close() instead of sess.Rollback() * Add copyright * Fix lint
This commit is contained in:
committed by
Lunny Xiao
parent
2d1a1fce93
commit
b992858883
@@ -273,7 +273,6 @@ func runWeb(ctx *cli.Context) error {
|
||||
m.Get("", user.Profile)
|
||||
m.Get("/followers", user.Followers)
|
||||
m.Get("/following", user.Following)
|
||||
m.Get("/stars", user.Stars)
|
||||
})
|
||||
|
||||
m.Get("/attachments/:uuid", func(ctx *context.Context) {
|
||||
|
Reference in New Issue
Block a user