Browse Source

templates/repo: remove unnecessary wrap div

unknwon 4 years ago
parent
commit
847c06d88b
3 changed files with 3 additions and 5 deletions
  1. 1 1
      gogs.go
  2. 1 1
      templates/.VERSION
  3. 1 3
      templates/repo/user_cards.tmpl

+ 1 - 1
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

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.11.92.0915
+0.11.93.0921

+ 1 - 3
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>