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

Version Path
refinerycms-stores-0.1.0 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.16 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.14 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.13 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.12 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.11 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.10 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.9 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.8 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.7 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.6 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.5 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.4 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.3 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.2 app/views/refinery/products/admin/products/_product.html.erb
refinerycms-stores-0.0.1 app/views/refinery/products/admin/products/_product.html.erb