release/v0.9
Unknwon 9 years ago
parent 47df562ced
commit ed5a61153f

@ -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())

@ -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")

@ -1 +1 @@
0.6.11.0911 Beta
0.6.11.0912 Beta
Loading…
Cancel
Save