mirror of
https://github.com/go-gitea/gitea
synced 2025-08-08 18:48:21 +00:00
9
templates/repo/issue/sidebar/watch_notification.tmpl
Normal file
9
templates/repo/issue/sidebar/watch_notification.tmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
{{if and $.IssueWatch (not .Repository.IsArchived)}}
|
||||
<div class="divider"></div>
|
||||
<div class="ui watching">
|
||||
<span class="text"><strong>{{ctx.Locale.Tr "notification.notifications"}}</strong></span>
|
||||
<div class="tw-mt-2">
|
||||
{{template "repo/issue/view_content/watching" .}}
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
Reference in New Issue
Block a user