forgejo/templates/repo/issue/view_content/sidebar/watch.tmpl
2024-04-28 12:56:28 +02:00

7 lines
215 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/sidebar/watching" .}}
</div>
</div>