Fix divider in subscription page (#27298)

the divider should always display in the subscription page.

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
mj-develop
yp05327 7 months ago committed by GitHub
parent e59c9e3ecd
commit 5ef5a0ade6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,8 +62,8 @@
</div>
</div>
</div>
<div class="divider"></div>
{{if eq (len .Issues) 0}}
<div class="divider"></div>
{{ctx.Locale.Tr "notification.no_subscriptions"}}
{{else}}
{{template "shared/issuelist" dict "." . "listType" "dashboard"}}

Loading…
Cancel
Save