forgejo/templates/repo/issue/view_content/sidebar/watch.tmpl
2024-04-27 02:22:04 +02:00

7 lines
207 B
Go HTML Template

<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>