ソースを参照

Add octicons to watch/unwatch buttons

tags/v1.2.0-rc1
Andrey Nering 7年前
コミット
e4a33ed4d0
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      templates/repo/issue/view_content/sidebar.tmpl

+ 2
- 0
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>

読み込み中…
キャンセル
保存