tenseleyflow/shithub / 80351da

Browse files

S32: thread SettingsActive=branches

Authored by espadonne
SHA
80351da760e1583c8ad78af3178cf82286081ac9
Parents
ea1ba9f
Tree
ebbdae0

1 changed file

StatusFile+-
M internal/web/handlers/repo/settings_branches.go 7 6
internal/web/handlers/repo/settings_branches.gomodified
@@ -50,6 +50,7 @@ func (h *Handlers) settingsBranches(w http.ResponseWriter, r *http.Request) {
5050
 		"Repo":           row,
5151
 		"Rules":          rules,
5252
 		"Branches":       refs.Branches,
53
+		"SettingsActive": "branches",
5354
 	})
5455
 }
5556