aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-19 22:22:27 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-19 22:22:27 +0800
commitf0993ae3c806211f956b974be3f40ace7ca2d0fb (patch)
tree4b6d99183a09778553a3ba0afacd6658e412ea67
parentc7660a81c669455e418610225034d6301cb59872 (diff)
downloadgitea-f0993ae3c806211f956b974be3f40ace7ca2d0fb.tar.gz
gitea-f0993ae3c806211f956b974be3f40ace7ca2d0fb.zip
repo commit list ui
-rw-r--r--routers/user/user.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/routers/user/user.go b/routers/user/user.go
index d702f2b956..5751a68162 100644
--- a/routers/user/user.go
+++ b/routers/user/user.go
@@ -70,6 +70,8 @@ func Profile(ctx *middleware.Context, params martini.Params) {
ctx.Data["Repos"] = repos
}
+ ctx.Data["PageIsUserProfile"] = true // For navbar arrow.
+
ctx.Render.HTML(200, "user/profile", ctx.Data)
}