1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-08 18:48:21 +00:00

Split issue sidebar into small templates (#32444)

Only move code
This commit is contained in:
wxiaoguang
2024-11-08 09:44:20 +08:00
committed by GitHub
parent fb03062478
commit 028e612094
15 changed files with 675 additions and 676 deletions

View File

@@ -0,0 +1,9 @@
{{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}}