css: not include line numbers in diff selection (#4584)

Changed template file in order to make CSS work properly.
This commit is contained in:
Unknwon
2017-07-14 16:50:49 -04:00
parent 3a6623104f
commit c970c4ee41
5 changed files with 14 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
const APP_VER = "0.11.24.0627"
const APP_VER = "0.11.25.0714"
func init() {
setting.AppVer = APP_VER