mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 06:38:37 -04:00 
			
		
		
		
	readd 'dashboard' to title
This commit is contained in:
		| @@ -84,7 +84,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.Tr("dashboard") | ||||||
| 	ctx.Data["PageIsDashboard"] = true | 	ctx.Data["PageIsDashboard"] = true | ||||||
| 	ctx.Data["PageIsNews"] = true | 	ctx.Data["PageIsNews"] = true | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user