summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:44:45 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:44:45 +0100
commit56fc27203ea964efe752ee28eaf2eb49a07d71f7 (patch)
tree5e62e8305f98c9cb8e83de875a3f6258406817c7 /templates
parentdeffd49d09c2f5f55a55c1cfeca63065b95fa6fc (diff)
debug
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.explore.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php
index b701f44d8..740957d59 100644
--- a/templates/part.content.explore.php
+++ b/templates/part.content.explore.php
@@ -6,6 +6,9 @@
<input ng-model="Explore.filter" type="search" placeholder="<?php p(addslashes($l->t('filter'))) ?>" news-auto-focus>
</label>
</div>-->
+ <div class="explore-header">
+ <a href="https://github.com/owncloud/news/wiki/Explore-Feed-Section"><?php p($l->t('Got more awesome feeds? Share them with us!')) ?></a>
+ </div>
<div class="grid">
<div ng-repeat="entry in Explore.feeds | filter:Explore.filter | orderBy:'-votes'" ng-show="!Explore.feedExists(entry.feed)" class="explore-feed grid-item" news-refresh-masonry>
<span class="category">{{ entry.category }}</span>