diff --git a/app/views/admin/order_cycles/index.html.haml b/app/views/admin/order_cycles/index.html.haml index a4ae7172a7..e39fdde12a 100644 --- a/app/views/admin/order_cycles/index.html.haml +++ b/app/views/admin/order_cycles/index.html.haml @@ -24,6 +24,7 @@ %col %col %col + %col %thead %tr @@ -37,6 +38,7 @@ %th Products %th.actions %th.actions + %th.actions %tbody = f.fields_for :collection do |order_cycle_form|