Browse Source

fix #1629

tags/v1.2.0-rc1
Unknwon 10 years ago
parent
commit
8e3432c48e
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      gogs.go
  2. +1
    -0
      routers/home.go
  3. +1
    -1
      templates/.VERSION

+ 1
- 1
gogs.go View File

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


+ 1
- 0
routers/home.go View 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")


+ 1
- 1
templates/.VERSION View File

@@ -1 +1 @@
0.6.11.0911 Beta
0.6.11.0912 Beta

Loading…
Cancel
Save