summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 17:16:27 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 17:16:27 +0100
commit1246c296cb432af47ecb1baacb8faa3c93fc9118 (patch)
treea30778a868765a52a3f419ef64ffbcd1f5dd8ba9 /templates
parent5cc1be3a0183c52064a087e2f9514422982a28a1 (diff)
hide suggestions from explore if they are already in your feed list
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.explore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php
index f225d7055..3ae47c916 100644
--- a/templates/part.content.explore.php
+++ b/templates/part.content.explore.php
@@ -5,7 +5,7 @@
<h2>{{ category }}</h2>
<ul>
- <li ng-repeat="entry in data | orderBy:'-votes'">
+ <li ng-repeat="entry in data | orderBy:'-votes'" ng-if="!Explore.feedExists(entry.url)">
<h3 ng-show="entry.favicon"
ng-style="{ backgroundImage: 'url(' + entry.favicon + ')'}">
{{ entry.title }}