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 d61ac5d commit 3623a5cCopy full SHA for 3623a5c
routers/web/repo/shared/sub_menu.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
// PrepareForRepoSubMenu will prepare all sub menus' data for some repositories pages
13
-// TODO: moving prepae commits count, branches count, tags count and repository size to this function
+// TODO: moving preparation for commits count, branches count, tags count and repository size to this function
14
func PrepareForRepoSubMenu(ctx *context.Context) bool {
15
return prepareForLicenses(ctx)
16
}
0 commit comments