forked from kevadesu/forgejo
Clean code
This commit is contained in:
parent
12b98bb58a
commit
b43cfc5b39
5 changed files with 26 additions and 30 deletions
|
@ -52,6 +52,5 @@ func Setting(ctx *middleware.Context) {
|
|||
|
||||
ctx.Data["Title"] = ctx.Data["Title"].(string) + " - settings"
|
||||
ctx.Data["IsRepoToolbarSetting"] = true
|
||||
|
||||
ctx.Render.HTML(200, "repo/setting", ctx.Data)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue