loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix divider in subscription page (#27298)

the divider should always display in the subscription page.

Co-authored-by: techknowlogick <techknowlogick@gitea.com>

authored by

yp05327
techknowlogick
and committed by
GitHub
5ef5a0ad e59c9e3e

+1 -1
+1 -1
templates/user/notification/notification_subscriptions.tmpl
··· 62 62 </div> 63 63 </div> 64 64 </div> 65 + <div class="divider"></div> 65 66 {{if eq (len .Issues) 0}} 66 - <div class="divider"></div> 67 67 {{ctx.Locale.Tr "notification.no_subscriptions"}} 68 68 {{else}} 69 69 {{template "shared/issuelist" dict "." . "listType" "dashboard"}}