Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/grid/cells/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/grid/cells/link.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<div class="data-grid-cell-content"
     if="!$col.isLink($row())"
     text="$col.getLabel($row())"></div>
<a   class="action-menu-item"
     if="$col.isLink($row())"
     text="$col.getLabel($row())"
     attr="href: $col.getLink($row())"></a>