Sha256: 9e8a55ca78636ab60333caa72a61241ab04a6f507cb653b168e6c75ee0488148
Contents?: true
Size: 805 Bytes
Versions: 16
Compression:
Stored size: 805 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(product) -%>"> <span class='title'> <%= product.name %> </span> <span class='actions'> <%= link_to refinery_icon_tag("application_go.png"), refinery.products_product_path(product), :title => t('.view_live_html'), :target => "_blank" %> <%= link_to refinery_icon_tag("application_edit.png"), refinery.edit_products_admin_product_path(product), :title => t('.edit') %> <%= link_to refinery_icon_tag("delete.png"), refinery.products_admin_product_path(product), :class => "cancel confirm-delete", :title => t('.delete'), :confirm => t('message', :scope => 'refinery.admin.delete', :title => product.name), :method => :delete %> </span> </li>
Version data entries
16 entries across 16 versions & 1 rubygems