Show four saved lists per row
This commit is contained in:
parent
973b79c106
commit
75839634f3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $page->navigation();
|
||||||
<div class="ui container">
|
<div class="ui container">
|
||||||
<h1 class="ui header"><?= $page->title ?></h1>
|
<h1 class="ui header"><?= $page->title ?></h1>
|
||||||
|
|
||||||
<div class="ui three column doubling stackable grid wishlists-saved">
|
<div class="ui four column doubling stackable grid wishlists-saved">
|
||||||
<?php foreach ($user->getSavedWishlists() as $wishlist_saved) { ?>
|
<?php foreach ($user->getSavedWishlists() as $wishlist_saved) { ?>
|
||||||
<?php
|
<?php
|
||||||
$wishlist = new Wishlist($wishlist_saved['wishlist']);
|
$wishlist = new Wishlist($wishlist_saved['wishlist']);
|
||||||
|
|
Loading…
Reference in a new issue