From 08367f5eced0c10290289facabfb37b068270d33 Mon Sep 17 00:00:00 2001 From: Luuk Veenis Date: Fri, 6 Oct 2017 14:29:15 -0700 Subject: [PATCH] Fix closing thead tag on store credit table --- backend/app/views/spree/admin/store_credits/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/views/spree/admin/store_credits/index.html.erb b/backend/app/views/spree/admin/store_credits/index.html.erb index e89661b2ed6..66cde64d83e 100644 --- a/backend/app/views/spree/admin/store_credits/index.html.erb +++ b/backend/app/views/spree/admin/store_credits/index.html.erb @@ -30,7 +30,7 @@ <%= Spree::StoreCredit.human_attribute_name(:created_at) %> <%= Spree::StoreCredit.human_attribute_name(:invalidated_at) %> - + <% credits.each do |store_credit| %>