Skip to content

Commit 5ef5a0a

Browse files
Fix divider in subscription page (#27298)
the divider should always display in the subscription page. Co-authored-by: techknowlogick <[email protected]>
1 parent e59c9e3 commit 5ef5a0a

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)