Refactor
This commit is contained in:
parent
d0cd019a5b
commit
a36b945ca9
1 changed files with 3 additions and 1 deletions
|
@ -159,7 +159,9 @@ class Wish
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($this->url) { ?>
|
<?php if ($this->url) { ?>
|
||||||
<a class="ui small labeled icon button<?= $userIsCurrent ? ' primary' : '' ?>" href="<?= $this->url ?>" target="_blank">
|
<a class="ui small labeled icon button<?= $userIsCurrent ? ' primary' : '' ?>"
|
||||||
|
href="<?= $this->url ?>" target="_blank"
|
||||||
|
>
|
||||||
<i class="external icon"></i>
|
<i class="external icon"></i>
|
||||||
Visit
|
Visit
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue