summaryrefslogtreecommitdiffstats
path: root/routers/dashboard.go
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-06-22 14:10:12 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-06-22 14:10:12 +0800
commitbf703ef61761fc4b09e3cb95672869520eccbc39 (patch)
tree40dd09144366c9428869ca02c3dd50183d5cccf0 /routers/dashboard.go
parentc280415e0b449b420f4540886b8e16ae3c9e6454 (diff)
downloadgitea-bf703ef61761fc4b09e3cb95672869520eccbc39.tar.gz
gitea-bf703ef61761fc4b09e3cb95672869520eccbc39.zip
add dashboard context switch button
Diffstat (limited to 'routers/dashboard.go')
-rw-r--r--routers/dashboard.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/dashboard.go b/routers/dashboard.go
index 438d03794b..7daa0e7ba9 100644
--- a/routers/dashboard.go
+++ b/routers/dashboard.go
@@ -26,7 +26,7 @@ func Home(ctx *middleware.Context) {
ctx.Data["PageIsHome"] = true
- // Show recent updated repositoires for new visiters.
+ // Show recent updated repositories for new visitors.
repos, err := models.GetRecentUpdatedRepositories()
if err != nil {
ctx.Handle(500, "dashboard.Home(GetRecentUpdatedRepositories)", err)