Browse Source

fix indentation

for-closed-social
Alec S 8 years ago
parent
commit
bfed3ea7d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/user/home.go

+ 1
- 1
routers/user/home.go View File

@ -83,7 +83,7 @@ func retrieveFeeds(ctx *middleware.Context, ctxUserID, userID, offset int64, isP
} }
func Dashboard(ctx *middleware.Context) { func Dashboard(ctx *middleware.Context) {
ctxUser := getDashboardContextUser(ctx)
ctxUser := getDashboardContextUser(ctx)
ctx.Data["Title"] = ctxUser.DisplayName() ctx.Data["Title"] = ctxUser.DisplayName()
ctx.Data["PageIsDashboard"] = true ctx.Data["PageIsDashboard"] = true
ctx.Data["PageIsNews"] = true ctx.Data["PageIsNews"] = true

Loading…
Cancel
Save