forked from forgejo/forgejo
Merge branch 'master' of github.com:gogits/gogs
Conflicts: routers/user/user.go web.go
This commit is contained in:
commit
a33d03f008
9 changed files with 42 additions and 16 deletions
|
@ -63,7 +63,7 @@ func IsSignedIn(session sessions.Session) bool {
|
|||
|
||||
type FeedsForm struct {
|
||||
UserId int64 `form:"userid" binding:"Required"`
|
||||
Offset int64 `form:"offset"`
|
||||
Page int64 `form:"p"`
|
||||
}
|
||||
|
||||
type UpdateProfileForm struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue