1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-26 09:09:36 -05:00
forgejo/templates/repo/issue/view_content/sidebar/watch.tmpl
2024-04-28 12:56:28 +02:00

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