summaryrefslogtreecommitdiffstats
path: root/templates/part.content.explore.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 16:43:14 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 16:43:14 +0100
commit71269582fa0d07ff91ad80a04e39428ff735748f (patch)
treebbee92d6ca1d29017ed89b9a62ba1b22135c531f /templates/part.content.explore.php
parent5658386300d4315065484cea3517f9cea87bff0f (diff)
allow to add feeds from recommended sites
Diffstat (limited to 'templates/part.content.explore.php')
-rw-r--r--templates/part.content.explore.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php
index e098bd9c4..8b7c6fe32 100644
--- a/templates/part.content.explore.php
+++ b/templates/part.content.explore.php
@@ -15,7 +15,9 @@
<img ng-src="{{ entry.image }}" ng-if="entry.image">
</div>
<div class="explore-subscribe">
- <button><?php p($l->t('Subscribe')) ?></button>
+ <button ng-click="Explore.subscribeTo(entry.url)">
+ <?php p($l->t('Subscribe')) ?>
+ </button>
</div>
</li>
</ul>