From 9f659537dc1a5f23ac84b4bd7cc784d288604762 Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Thu, 20 Dec 2018 12:58:16 -0500 Subject: [PATCH] fixing haml bug --- app/views/categories/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/categories/show.html.haml b/app/views/categories/show.html.haml index 03e3c7ed..9d433cd9 100644 --- a/app/views/categories/show.html.haml +++ b/app/views/categories/show.html.haml @@ -37,7 +37,7 @@ (out of 5) %b Valid Children: - = @school_category.valid_child_count || "N/A" + = @school_category.valid_child_count || "N/A" .indicator-container.py-3