From 3531cafa339704988441564b882c59fbe5f0f3ab Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Fri, 21 Dec 2018 17:08:08 -0500 Subject: [PATCH] show source of question --- app/views/questions/_question.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/questions/_question.html.haml b/app/views/questions/_question.html.haml index bd39d530..75a902c1 100644 --- a/app/views/questions/_question.html.haml +++ b/app/views/questions/_question.html.haml @@ -30,7 +30,7 @@ %h5 Insufficient Responses %p No data is displayed for this question because of insufficient responses. -#%p= "Responded: #{aggregated_responses.count}, Possible: #{@school.available_responders_for(question)}" - + %p= "Source: #{question.target_group}" - if valid_responses .clearfix