summaryrefslogtreecommitdiffstats
path: root/routers/org
diff options
context:
space:
mode:
Diffstat (limited to 'routers/org')
-rw-r--r--routers/org/home.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/routers/org/home.go b/routers/org/home.go
index fa61218d3f..0a9f176bdc 100644
--- a/routers/org/home.go
+++ b/routers/org/home.go
@@ -32,6 +32,7 @@ func Home(ctx *context.Context) {
return
}
+ ctx.Data["PageIsUserProfile"] = true
ctx.Data["Title"] = org.DisplayName()
var orderBy models.SearchOrderBy
@@ -119,6 +120,7 @@ func Home(ctx *context.Context) {
return
}
+ ctx.Data["Owner"] = org
ctx.Data["Repos"] = repos
ctx.Data["Total"] = count
ctx.Data["MembersTotal"] = membersCount