| Current Path : /home/rtorresani/www/vendor/magento/module-review/view/adminhtml/templates/rss/grid/ |
| Current File : //home/rtorresani/www/vendor/magento/module-review/view/adminhtml/templates/rss/grid/link.phtml |
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ /** @var $block \Magento\Review\Block\Adminhtml\Grid\Rss\Link */ ?> <?php if ($block->isRssAllowed() && $block->getLink()) : ?> <a href="<?= $block->escapeUrl($block->getLink()) ?>" class="link-feed"><?= $block->escapeHtml($block->getLabel()) ?></a> <?php endif; ?>