1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 20:55:47 +00:00
This commit is contained in:
Unknwon 2015-11-16 00:16:03 -05:00
parent 1db3ae6601
commit 7046df6028
5 changed files with 44 additions and 54 deletions

View File

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.7.12.1115 Beta"
const APP_VER = "0.7.12.1116 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())

View File

@ -2235,11 +2235,6 @@ footer .container .links > *:first-child {
font-weight: normal;
padding: 5px 10px;
}
.repository.commits .header .ui.right .button {
float: right;
margin-left: 5px;
margin-top: 1px;
}
.repository .commits.table {
font-size: 13px;
}

View File

@ -595,11 +595,6 @@
padding: 5px 10px;
}
}
.button {
float: right;
margin-left: 5px;
margin-top: 1px;
}
}
}
}

View File

@ -1 +1 @@
0.7.12.1115 Beta
0.7.12.1116 Beta

View File

@ -18,7 +18,7 @@
<i class="icon fa fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}}
</a>
<a class="ui basic label" href="{{.RepoLink}}/watchers">
{{.NumWatches}}
{{.NumWatches}}123
</a>
</div>
<div class="ui labeled button" tabindex="0">