From 1435f0eabf871e579cef5ace70d0bf61bb49ee3b Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 20 Oct 2022 22:04:29 +0200 Subject: [PATCH] Fixed explanation text not showing when there's no pagination refs https://github.com/TryGhost/Team/issues/2127 --- ghost/admin/app/components/posts/links-table.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/posts/links-table.hbs b/ghost/admin/app/components/posts/links-table.hbs index e71cf2766c..2cc125ea7c 100644 --- a/ghost/admin/app/components/posts/links-table.hbs +++ b/ghost/admin/app/components/posts/links-table.hbs @@ -69,7 +69,7 @@ {{/each}} - {{#if this.showPagination }} + {{#if (or this.showPagination (feature "fixNewsletterLinks")) }} {{/if}} + {{#if this.showPagination}} + {{/if}} {{/if}}