From e125bcf45185877e6cb801fb376f19c754d958d7 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Mon, 16 Mar 2015 12:15:43 +1100 Subject: [PATCH] Add column header for extra action column --- app/views/admin/order_cycles/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) 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|