forgejo/templates/repo/issue/view_content/sidebar/watch.tmpl

7 lines
207 B
Go HTML Template
Raw Normal View History

2024-04-24 23:03:47 +02:00
<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>