Sha256: 41c25b2c5d2d6a092848d410669609c08145a151eca6fd36a6c0e61bb7213bbc
Contents?: true
Size: 896 Bytes
Versions: 15
Compression:
Stored size: 896 Bytes
Contents
<ul> <% if ::Refinery::Orders::Admin::OrdersController.searchable? %> <li> <%= render '/refinery/admin/search', :url => refinery.orders_admin_orders_path %> </li> <% end %> <li> <%= link_to t('.create_new'), refinery.new_orders_admin_order_path, :class => "add_icon" %> </li> <% if !searching? && ::Refinery::Orders::Admin::OrdersController.sortable? && ::Refinery::Orders::Order.any? %> <li> <%= link_to t('.reorder', :what => "Orders"), refinery.orders_admin_orders_path, :id => "reorder_action", :class => "reorder_icon" %> <%= link_to t('.reorder_done', :what => "Orders"), refinery.orders_admin_orders_path, :id => "reorder_action_done", :style => "display: none;", :class => "reorder_icon" %> </li> <% end %> </ul>
Version data entries
15 entries across 15 versions & 1 rubygems