1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-28 15:24:08 +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" "github.com/gogits/gogs/modules/setting"
) )
const APP_VER = "0.7.12.1115 Beta" const APP_VER = "0.7.12.1116 Beta"
func init() { func init() {
runtime.GOMAXPROCS(runtime.NumCPU()) runtime.GOMAXPROCS(runtime.NumCPU())

View File

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

View File

@ -595,11 +595,6 @@
padding: 5px 10px; 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}} <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>
<a class="ui basic label" href="{{.RepoLink}}/watchers"> <a class="ui basic label" href="{{.RepoLink}}/watchers">
{{.NumWatches}} {{.NumWatches}}123
</a> </a>
</div> </div>
<div class="ui labeled button" tabindex="0"> <div class="ui labeled button" tabindex="0">