Skip to content

Commit 934e573

Browse files
yp05327techknowlogick
authored andcommitted
Fix divider in subscription page (go-gitea#27298)
the divider should always display in the subscription page. Co-authored-by: techknowlogick <techknowlogick@gitea.com>
1 parent 42f7c2a commit 934e573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/notification/notification_subscriptions.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
</div>
6363
</div>
6464
</div>
65+
<div class="divider"></div>
6566
{{if eq (len .Issues) 0}}
66-
<div class="divider"></div>
6767
{{ctx.Locale.Tr "notification.no_subscriptions"}}
6868
{{else}}
6969
{{template "shared/issuelist" dict "." . "listType" "dashboard"}}

0 commit comments

Comments
 (0)