mirror of https://github.com/gogs/gogs.git
templates/repo: remove unnecessary wrap div
parent
209569a035
commit
847c06d88b
2
gogs.go
2
gogs.go
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/gogs/gogs/pkg/setting"
|
"github.com/gogs/gogs/pkg/setting"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "0.11.92.0915"
|
const Version = "0.11.93.0921"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
setting.AppVer = Version
|
setting.AppVer = Version
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.11.92.0915
|
0.11.93.0921
|
||||||
|
|
|
@ -24,9 +24,7 @@
|
||||||
<form class="display inline" action="{{$.RepoLink}}/action/unwatch?redirect_to={{$.Link}}" method="POST">
|
<form class="display inline" action="{{$.RepoLink}}/action/unwatch?redirect_to={{$.Link}}" method="POST">
|
||||||
{{$.CSRFTokenHTML}}
|
{{$.CSRFTokenHTML}}
|
||||||
<input type="hidden" name="user_id" value="{{.ID}}">
|
<input type="hidden" name="user_id" value="{{.ID}}">
|
||||||
<div class="ui labeled button" tabindex="0">
|
<button class="ui red small button">{{$.i18n.Tr "repo.unwatch"}}</button>
|
||||||
<button class="ui red small button">{{$.i18n.Tr "repo.unwatch"}}</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
{{end}}
|
{{end}}
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue