aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknwon <u@gogs.io>2019-09-21 20:48:09 -0700
committerunknwon <u@gogs.io>2019-09-21 20:48:09 -0700
commit847c06d88b4d80a54403bdc6c1571dc81fc9e537 (patch)
tree922ab156de24b702c0c602c946d2e83e6be7e976
parent209569a0354fa943a9e3889191ab9733f81f656a (diff)
templates/repo: remove unnecessary wrap div
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/repo/user_cards.tmpl4
3 files changed, 3 insertions, 5 deletions
diff --git a/gogs.go b/gogs.go
index 47aa267f..6052b7d6 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const Version = "0.11.92.0915"
+const Version = "0.11.93.0921"
func init() {
setting.AppVer = Version
diff --git a/templates/.VERSION b/templates/.VERSION
index 6f83b4f0..6f907b2f 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.11.92.0915
+0.11.93.0921
diff --git a/templates/repo/user_cards.tmpl b/templates/repo/user_cards.tmpl
index bb6c6348..827bdbf4 100644
--- a/templates/repo/user_cards.tmpl
+++ b/templates/repo/user_cards.tmpl
@@ -24,9 +24,7 @@
<form class="display inline" action="{{$.RepoLink}}/action/unwatch?redirect_to={{$.Link}}" method="POST">
{{$.CSRFTokenHTML}}
<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>
- </div>
+ <button class="ui red small button">{{$.i18n.Tr "repo.unwatch"}}</button>
</form>
{{end}}
</li>