Sha256: e2b38f45838f87abb594d51921e81d879c68d74a5b0179894d54633204ff57fa
Contents?: true
Size: 928 Bytes
Versions: 16
Compression:
Stored size: 928 Bytes
Contents
<ul> <% if ::Refinery::Products::Admin::ProductsController.searchable? %> <li> <%= render '/refinery/admin/search', :url => refinery.products_admin_products_path %> </li> <% end %> <li> <%= link_to t('.create_new'), refinery.new_products_admin_product_path, :class => "add_icon" %> </li> <% if !searching? && ::Refinery::Products::Admin::ProductsController.sortable? && ::Refinery::Products::Product.any? %> <li> <%= link_to t('.reorder', :what => "Products"), refinery.products_admin_products_path, :id => "reorder_action", :class => "reorder_icon" %> <%= link_to t('.reorder_done', :what => "Products"), refinery.products_admin_products_path, :id => "reorder_action_done", :style => "display: none;", :class => "reorder_icon" %> </li> <% end %> </ul>
Version data entries
16 entries across 16 versions & 1 rubygems