Skip to content

Commit

Permalink
Fix divider in subscription page (go-gitea#27298)
Browse files Browse the repository at this point in the history
the divider should always display in the subscription page.

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
  • Loading branch information
2 people authored and GiteaBot committed Sep 27, 2023
1 parent 42f7c2a commit 934e573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand Down

0 comments on commit 934e573

Please sign in to comment.