From 1d6fe525ee12c5950943fa3983b2b3cc6e50738d Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Tue, 12 Jun 2018 14:43:29 +0100
Subject: [PATCH] add correct classes after refactor

---
 opentech/apply/funds/tables.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/funds/tables.py b/opentech/apply/funds/tables.py
index 999c324ac..5104a52ce 100644
--- a/opentech/apply/funds/tables.py
+++ b/opentech/apply/funds/tables.py
@@ -17,7 +17,7 @@ from .widgets import Select2MultiCheckboxesWidget
 
 
 def make_row_class(record):
-    css_class = 'all-submissions__child' if record.next else 'all-submissions__parent'
+    css_class = 'submission-meta__row' if record.next else 'all-submissions__parent'
     css_class += '' if record.active else ' is-inactive'
     return css_class
 
-- 
GitLab