Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-wishlist/view/frontend/templates/button/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-wishlist/view/frontend/templates/button/update.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/** @var \Magento\Wishlist\Block\Customer\Wishlist\Button $block */
?>

<?php if ($block->getWishlist()->getItemsCount()) : ?>
    <button type="submit" name="do" title="<?= $block->escapeHtmlAttr(__('Update Wish List')) ?>" class="action update">
        <span><?= $block->escapeHtml(__('Update Wish List')) ?></span>
    </button>
<?php endif;?>