mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add edit button to Order cycles index
This commit is contained in:
@@ -21,5 +21,7 @@
|
||||
%br/
|
||||
%span.with-tip{'data-powertip' => variant_images}= "#{order_cycle.variants.count} variants"
|
||||
|
||||
%td.actions
|
||||
= link_to '', main_app.edit_admin_order_cycle_path(order_cycle), class: 'edit-order-cycle icon-edit no-text'
|
||||
%td.actions
|
||||
= link_to '', main_app.clone_admin_order_cycle_path(order_cycle), class: 'clone-order-cycle icon-copy no-text'
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
%col
|
||||
%col
|
||||
%col
|
||||
%col
|
||||
|
||||
%thead
|
||||
%tr
|
||||
@@ -29,6 +30,7 @@
|
||||
%th Distributors
|
||||
%th Products
|
||||
%th.actions
|
||||
%th.actions
|
||||
|
||||
%tbody
|
||||
= f.fields_for :collection do |order_cycle_form|
|
||||
|
||||
Reference in New Issue
Block a user