mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 09:45:05 +01:00
Remove dashboard keyword from title
This commit is contained in:
parent
6775ac7334
commit
affa3c2dbf
@ -84,7 +84,7 @@ func retrieveFeeds(ctx *middleware.Context, ctxUserID, userID, offset int64, isP
|
||||
|
||||
func Dashboard(ctx *middleware.Context) {
|
||||
ctxUser := getDashboardContextUser(ctx)
|
||||
ctx.Data["Title"] = ctxUser.DisplayName() + " " + ctx.Tr("dashboard")
|
||||
ctx.Data["Title"] = ctxUser.DisplayName()
|
||||
ctx.Data["PageIsDashboard"] = true
|
||||
ctx.Data["PageIsNews"] = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user