Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-review/view/adminhtml/templates/rss/grid/
Upload File :
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; ?>