Skip to content

Commit

Permalink
Merge pull request #37 from bartektw/btwardowski
Browse files Browse the repository at this point in the history
Fix button "Add to wishlist" in product show action
  • Loading branch information
czechmarcin authored Nov 2, 2020
2 parents 0eafbdd + 8e7a0ee commit 1fd574d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{# Add variant to wishlist button #}
<button id="{{ form.addToWishlist.vars.id }}" name="{{ form.addToWishlist.vars.full_name }}"
type="submit" class="{{ form.addToWishlist.vars.attr.class }}">
class="{{ form.addToWishlist.vars.attr.class }}">
<i class="heart icon"></i> {{ form.addToWishlist.vars.label|trans }}
</button>

Expand Down

0 comments on commit 1fd574d

Please sign in to comment.