From 3c35103fed8891dd115b512be7034c800c0c38b1 Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Thu, 20 Dec 2018 13:05:54 -0500 Subject: [PATCH] tweaking styles --- app/views/categories/show.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/categories/show.html.haml b/app/views/categories/show.html.haml index 9d433cd9..a0e245da 100644 --- a/app/views/categories/show.html.haml +++ b/app/views/categories/show.html.haml @@ -36,6 +36,7 @@ = @school_category.zscore.round(1) + 3 (out of 5) +       %b Valid Children: = @school_category.valid_child_count || "N/A"