templates/repo/branches: hide pull request button if not allowed (#4377)

This commit is contained in:
Unknwon
2017-04-03 22:24:21 -04:00
parent 1bc805bb4b
commit b873ec2bce
5 changed files with 5 additions and 4 deletions

View File

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