@ -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())
@ -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;
@ -595,11 +595,6 @@
.button {
@ -1 +1 @@
0.7.12.1115 Beta
0.7.12.1116 Beta
@ -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
</div>
<div class="ui labeled button" tabindex="0">