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 1a17ca7 commit f06f458Copy full SHA for f06f458
routers/web/org/home.go
@@ -20,7 +20,6 @@ import (
20
"code.gitea.io/gitea/modules/markup/markdown"
21
"code.gitea.io/gitea/modules/setting"
22
"code.gitea.io/gitea/modules/util"
23
- "code.gitea.io/gitea/routers/web/shared/user"
24
shared_user "code.gitea.io/gitea/routers/web/shared/user"
25
)
26
@@ -42,7 +41,7 @@ func Home(ctx *context.Context) {
42
41
if ctx.Written() {
43
return
44
}
45
- user.PrepareContextForOrgProfileBigAvatar(ctx)
+ shared_user.PrepareContextForOrgProfileBigAvatar(ctx)
46
org := ctx.Org.Organization
47
48
ctx.Data["PageIsUserProfile"] = true
0 commit comments