ソースを参照

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)
 }