mirror of https://github.com/go-gitea/gitea.git
10 lines
303 B
Handlebars
10 lines
303 B
Handlebars
{{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}}
|