summaryrefslogtreecommitdiff
path: root/app/views/subscription/index.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-01 11:58:08 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-01 11:58:08 +0200
commit89c407d7d7f739e42d9e72e40304bbbef00c9b10 (patch)
treedd860593609d0659b68576d3e8324a1326144adc /app/views/subscription/index.phtml
parent1eef7893068655f8d145a3e06061a9e6296ac1f3 (diff)
Add selected feed on main subscription page
- When an id is given, corresponding feed is displayed - Refactor code - Improve coding style See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'app/views/subscription/index.phtml')
-rw-r--r--app/views/subscription/index.phtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml
index 444dc9d9b..bce9eacf1 100644
--- a/app/views/subscription/index.phtml
+++ b/app/views/subscription/index.phtml
@@ -129,4 +129,9 @@
</div>
<div id="slider">
+<?php
+ if (isset($this->feed) && $this->feed) {
+ $this->renderHelper('feed/update');
+ }
+?>
</div>