Sha256: fb82f06d55c022b6ed0c74423817c1b7ee6834e86e84ea3c8af1d4441653f3b1
Contents?: true
Size: 429 Bytes
Versions: 58
Compression:
Stored size: 429 Bytes
Contents
<% if can?(:update, resource) %> <%= link_to_with_icon 'edit', Spree.t('actions.edit'), '#', no_text: true, data: { action: 'edit', id: resource.id } %> <%= link_to_with_icon 'check', Spree.t('actions.update'), '#', no_text: true, data: update_data.merge(action: 'green', id: resource.id) %> <%= link_to_with_icon 'void', Spree.t('actions.cancel'), '#', no_text: true, data: { action: 'red', id: resource.id } %> <% end %>
Version data entries
58 entries across 58 versions & 1 rubygems