mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 20:35:16 +00:00
fix bounty tiling
This commit is contained in:
parent
25f3a1804f
commit
db86866ea7
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
|||
</section>
|
||||
<section class="content content-light">
|
||||
<?php if (count($bounties)): ?>
|
||||
<div class="tile-fluid clearfix spacer2">
|
||||
<div class="row-fluid">
|
||||
<?php $index = 0 ?>
|
||||
<?php foreach($bounties as $post): ?>
|
||||
<?php $metadata = $post->getMetadata() ?>
|
||||
<div class="span4">
|
||||
|
@ -64,6 +65,9 @@
|
|||
<?php echo View::render('bounty/_meta', ['metadata' => $metadata]) ?>
|
||||
</a>
|
||||
</div>
|
||||
<?php if (++$index % 3 == 0): ?>
|
||||
</div><div class="row-fluid">
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue