diff options
-rw-r--r-- | templates/repo/issue/view_content/sidebar.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index 9a4a6cb1ae..a9df130dfc 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -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> |