瀏覽代碼

repo commit list ui

FuXiaoHei 11 年之前
父節點
當前提交
f0993ae3c8
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      routers/user/user.go

+ 2 - 0
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)
 }