From 61f11f2af999680091fb0cab6e5542dc9d07c7d0 Mon Sep 17 00:00:00 2001 From: Brook Elgie Date: Thu, 27 Apr 2017 09:30:26 +0100 Subject: [PATCH] [#1061] Change popover to tooltip, only showing title --- census/views/includes/dataviews/table_slice_dataset.html | 2 +- census/views/includes/dataviews/table_slice_place.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/census/views/includes/dataviews/table_slice_dataset.html b/census/views/includes/dataviews/table_slice_dataset.html index cf23b0bf..4ea1c0d6 100644 --- a/census/views/includes/dataviews/table_slice_dataset.html +++ b/census/views/includes/dataviews/table_slice_dataset.html @@ -56,7 +56,7 @@ {% set answer = entry.getAnswerValueForQuestion(question) %} {% set pass = 'yes' if question.pass(answer) else 'no' %} {% endif %} -
  •  
  • +
  •  
  • {% endfor %} diff --git a/census/views/includes/dataviews/table_slice_place.html b/census/views/includes/dataviews/table_slice_place.html index 22089766..7749bd85 100644 --- a/census/views/includes/dataviews/table_slice_place.html +++ b/census/views/includes/dataviews/table_slice_place.html @@ -61,7 +61,7 @@ {% set answer = entry.getAnswerValueForQuestion(question) %} {% set pass = 'yes' if question.pass(answer) else 'no' %} {% endif %} -
  •  
  • +
  •  
  • {% endfor %}