Kaynağa Gözat

Fix #570

tags/v0.9.99
Unknwon 9 yıl önce
ebeveyn
işleme
ecf3eb4307

+ 1
- 1
gogs.go Dosyayı Görüntüle

@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)

const APP_VER = "0.5.5.1014 Beta"
const APP_VER = "0.5.5.1015 Beta"

func init() {
runtime.GOMAXPROCS(runtime.NumCPU())

+ 1
- 0
public/ng/css/gogs.css Dosyayı Görüntüle

@@ -1250,6 +1250,7 @@ The register and sign-in page style
color: #444;
}
#repo-files-table thead .last-commit .text-truncate {
max-width: 440px;
margin-left: .4em;
}
#repo-files-table thead .last-commit .text-truncate,

+ 1
- 0
public/ng/less/gogs/repository.less Dosyayı Görüntüle

@@ -294,6 +294,7 @@
color: #444;
}
.text-truncate {
max-width: 440px;
margin-left: .4em;
}
}

+ 1
- 1
templates/.VERSION Dosyayı Görüntüle

@@ -1 +1 @@
0.5.5.1014 Beta
0.5.5.1015 Beta

Loading…
İptal
Kaydet