瀏覽代碼

top nav arrow update

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

+ 1 - 0
routers/user/user.go

@@ -68,6 +68,7 @@ func Profile(ctx *middleware.Context, params martini.Params) {
 		ctx.Data["Repos"] = repos
 	}
 
+	ctx.Data["PageIsUserProfile"] = true
 	ctx.HTML(200, "user/profile", ctx.Data)
 }