]> source.dussan.org Git - gitea.git/commitdiff
fix #1629
authorUnknwon <u@gogs.io>
Sat, 12 Sep 2015 11:17:37 +0000 (07:17 -0400)
committerUnknwon <u@gogs.io>
Sat, 12 Sep 2015 11:17:37 +0000 (07:17 -0400)
gogs.go
routers/home.go
templates/.VERSION

diff --git a/gogs.go b/gogs.go
index 650c01367d942b9ff4bb5588329068a72c9e9ba9..838f8967dd684eb03a4ba77abb1262a26e02c8f9 100644 (file)
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
        "github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.6.11.0911 Beta"
+const APP_VER = "0.6.11.0912 Beta"
 
 func init() {
        runtime.GOMAXPROCS(runtime.NumCPU())
index c83cab377200c9da8d986bd357cd5e6f9af4dfc7..16d0c7c416080b587de70e0a81d591821e41dbc0 100644 (file)
@@ -50,6 +50,7 @@ func Home(ctx *middleware.Context) {
 
 func Explore(ctx *middleware.Context) {
        ctx.Data["Title"] = ctx.Tr("explore")
+       ctx.Data["PageIsExplore"] = true
        ctx.Data["PageIsExploreRepositories"] = true
 
        page := ctx.QueryInt("page")
index 793a9cf1f3d4399da5368eaaeb7cfa8c566a7d27..4fab68fc04e14f977b4505310bf2bef5ae369110 100644 (file)
@@ -1 +1 @@
-0.6.11.0911 Beta
\ No newline at end of file
+0.6.11.0912 Beta
\ No newline at end of file