Refactor
This commit is contained in:
parent
f6a1d8681b
commit
681bddc77f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class Wishlist
|
||||||
<span class="provider"><?= $info->providerName ?></span>
|
<span class="provider"><?= $info->providerName ?></span>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if($userIsCurrent) { ?>
|
<?php if ($userIsCurrent) { ?>
|
||||||
<button class="ui icon button refresh">
|
<button class="ui icon button refresh">
|
||||||
<i class="refresh icon"></i>
|
<i class="refresh icon"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue