Skip to content

Commit

Permalink
#871 Add hint to the product tile on category page
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Jun 12, 2019
1 parent 309ab73 commit 7420591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/catalog/category_products.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<div class="product-card-text" itemprop="offers" itemscope itemtype="https://schema.org/Offer">
<div class="product-card-articul">Артикул: {{ product.vendor_code }}</div>
<div class="product-card-desc-wrapper">
<a class="product-card-desc js-browse-product" href="{{ product.url }}"
<a class="product-card-desc js-browse-product"
href="{{ product.url }}" title="{{ product.name }}"
{% if not request|is_mobile %}target="_blank"{% endif %}>
{{ product.name }}
</a>
Expand Down

0 comments on commit 7420591

Please sign in to comment.