1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-17 00:35:46 +00:00

Add octicons to watch/unwatch buttons

This commit is contained in:
Andrey Nering 2017-03-29 21:08:46 -03:00
parent cb362513f0
commit e4a33ed4d0

View File

@ -109,8 +109,10 @@
{{$.CsrfTokenHtml}}
<button class="fluid ui button">
{{if $.IssueWatch.IsWatching}}
<i class="octicon octicon-mute"></i>
{{.i18n.Tr "repo.issues.unwatch_issue"}}
{{else}}
<i class="octicon octicon-megaphone"></i>
{{.i18n.Tr "repo.issues.watch_issue"}}
{{end}}
</button>