Skip to content

Commit 1e30e66

Browse files
committed
rename
1 parent 27f57a3 commit 1e30e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/setting_protected_branch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func SettingsProtectedBranch(c *context.Context) {
152152
}
153153

154154
c.Data["Rule"] = rule
155-
c.Data["isShowFullName"] = setting.UI.DefaultShowFullName
155+
c.Data["IsShowFullName"] = setting.UI.DefaultShowFullName
156156
c.HTML(http.StatusOK, tplProtectedBranch)
157157
}
158158

0 commit comments

Comments
 (0)