summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:10:29 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:10:29 +0100
commita4400a11386da5317f2b673fbe78f7ec6fca0c31 (patch)
tree90b0b45ed88a0358b912f9f7cf0b54e4ac93a4fd /templates
parentbcb9ca95518126131a16fcde894fc8765e7ab010 (diff)
fix grid
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.explore.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php
index 8b576f117..a17e9841f 100644
--- a/templates/part.content.explore.php
+++ b/templates/part.content.explore.php
@@ -1,13 +1,13 @@
<?php print_unescaped($this->inc('part.content.cronwarning')) ?>
<div id="explore">
- <div class="explore-filter">
+ <!--<div class="explore-filter">
<label>
<input ng-model="Explore.filter" type="search" placeholder="<?php p(addslashes($l->t('filter'))) ?>" news-auto-focus>
</label>
- </div>
- <ul news-refresh-masonry>
- <li ng-repeat="entry in Explore.feeds | filter:Explore.filter | orderBy:'-votes'" ng-if="!Explore.feedExists(entry.feed)" class="explore-feed">
+ </div>-->
+ <div class="grid">
+ <div ng-repeat="entry in Explore.feeds | filter:Explore.filter | orderBy:'-votes'" ng-if="!Explore.feedExists(entry.feed)" class="explore-feed grid-item" news-refresh-masonry>
<span class="category">{{ entry.category }}</span>
<h1 ng-show="entry.favicon"
ng-style="{ backgroundImage: 'url(' + entry.favicon + ')'}">
@@ -29,6 +29,6 @@
<?php p($l->t('Subscribe')) ?>
</button>
</div>
- </li>
- </ul>
+ </div>
+ </div>
</div> \ No newline at end of file