Sha256: fc0c19b1a467a24875ef7b68111cb488deedb033190534f9d45e79397cd76886

Contents?: true

Size: 396 Bytes

Versions: 3

Compression:

Stored size: 396 Bytes

Contents

.grid__cell
  = form_tag from_cart_users_wish_list_path(item), method: 'post' do
    = hidden_field_tag :return_to, users_wish_list_path, id: "wishlist_return_to_#{dom_id(item)}"
    = button_tag value: 'move_to_wish_list', class: 'text-button' do
      = inline_svg('workarea/storefront/icons/heart.svg', class: 'text-button__icon')
      = t('workarea.storefront.wish_lists.move_to_wish_list')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.1.4 app/views/workarea/storefront/carts/_move_to_wish_list.html.haml
workarea-nvy_theme-1.1.3 app/views/workarea/storefront/carts/_move_to_wish_list.html.haml
workarea-nvy_theme-1.1.2 app/views/workarea/storefront/carts/_move_to_wish_list.html.haml