We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e77e88 commit 57a49f3Copy full SHA for 57a49f3
routers/web/org/org_labels.go
@@ -96,7 +96,7 @@ func DeleteLabel(ctx *context.Context) {
96
func InitializeLabels(ctx *context.Context) {
97
form := web.GetForm(ctx).(*forms.InitializeLabelsForm)
98
if ctx.HasError() {
99
- ctx.Redirect(ctx.Repo.RepoLink + "/labels")
+ ctx.Redirect(ctx.Org.OrgLink + "/labels")
100
return
101
}
102
0 commit comments