From 4823e6df11dc27757f7d05a5e778044287747a24 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Mon, 31 May 2021 11:24:42 -0400 Subject: Change links to add feeds (#3650) Before, the links was redirecting to the subscription management page which was the default behavior before changes introduced in 1.17.0 (#3027). All links were modified except the one for empty content. Now, the empty content links are redirecting to the proper page. See #3642 --- app/views/index/normal.phtml | 2 +- app/views/index/reader.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index ba941066e..3077d79f2 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -116,7 +116,7 @@ $today = @strtotime('today'); ?>

-

+

diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml index 9febbb52f..0b1288ae6 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -82,6 +82,6 @@ $content_width = FreshRSS_Context::$user_conf->content_width; ?>

-

+

-- cgit v1.2.3