aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-22 13:41:31 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-22 13:41:31 +0200
commit937cb4b066f07888dabe8400b71be6633a19a1d6 (patch)
tree1b884165672228df8ab66cd6da6d174a5e9b49c3 /app/views
parentdfe4597f3b3fd9d1337070e123b8265e5af23538 (diff)
Idle feeds: link to configuration page
https://github.com/marienfressinaud/FreshRSS/issues/544
Diffstat (limited to 'app/views')
-rw-r--r--app/views/stats/idle.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index 356fea20f..f62fa8d8b 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -11,7 +11,7 @@
<ul>
<?php foreach ($feeds as $feed){ ?>
- <li><?php echo $feed; ?></li>
+ <li><a href="<?php echo _url('configure', 'feed', 'id', $feed['id']); ?>"><?php echo $feed['name']; ?></a></li>
<?php } ?>
</ul>
</div>