Skip to content

Commit a2b3546

Browse files
committed
MAGETWO-86248: Respect 'Learn More Link' in Recently Viewed Products widget options #12946
- Merge Pull Request #12946 from JeroenVanLeusden/magento2:patch-3 - Merged commits: 1. 36ef0b4
2 parents a39e37f + 36ef0b4 commit a2b3546

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/view/base/web/template/product

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/view/base/web/template/product/link.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<a class="product-item-link"
7+
<a if="isAllowed()"
8+
class="product-item-link"
89
attr="href: $row().url"
910
text="label"/>

0 commit comments

Comments
 (0)