mirror of
https://github.com/gogs/gogs.git
synced 2025-05-24 08:22:34 +00:00
routes/repo/setting: require autosize when repo/settings/options is rendered (#5315)
This commit is contained in:
parent
f6bdefe3f3
commit
436dd6c0a4
@ -44,6 +44,7 @@ func Settings(c *context.Context) {
|
||||
func SettingsPost(c *context.Context, f form.RepoSetting) {
|
||||
c.Title("repo.settings")
|
||||
c.PageIs("SettingsOptions")
|
||||
c.RequireAutosize()
|
||||
|
||||
repo := c.Repo.Repository
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user