| Current Path : /proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Ui/templates/grid/cells/ |
| Current File : //proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Ui/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>