summaryrefslogtreecommitdiffstats
path: root/templates/part.content.explore.php
diff options
context:
space:
mode:
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>