mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
Wiki: UI for page new
This commit is contained in:
@@ -223,7 +223,7 @@ func RetrieveBaseRepo(ctx *Context, repo *models.Repository) {
|
||||
}
|
||||
}
|
||||
|
||||
func RepoAssignment(redirect bool, args ...bool) macaron.Handler {
|
||||
func RepoAssignment(args ...bool) macaron.Handler {
|
||||
return func(ctx *Context) {
|
||||
var (
|
||||
displayBare bool // To display bare page if it is a bare repo.
|
||||
|
||||
Reference in New Issue
Block a user