|
@@ -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>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <button class="ui red small button">{{$.i18n.Tr "repo.unwatch"}}</button>
|
|
</form>
|
|
</form>
|
|
{{end}}
|
|
{{end}}
|
|
</li>
|
|
</li>
|