From 3e742c74bb897bc67775bf2fa10c74044723ead7 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 27 Jun 2016 20:44:32 -0700 Subject: [PATCH] [hotfix] many tooltips were not quoted properly --- caravel/templates/caravel/explore.html | 30 ++++++++++++++++++-------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/caravel/templates/caravel/explore.html b/caravel/templates/caravel/explore.html index 1f54db7cb52..0c01fc39ea9 100644 --- a/caravel/templates/caravel/explore.html +++ b/caravel/templates/caravel/explore.html @@ -55,26 +55,38 @@ {% endif %}
- + cached
-   +   - +   - + .json - + .csv - {{ _("0 sec") }} - {{ _("query") }} + + {{ _("0 sec") }} + + + + {{ _("query") }} + +

@@ -137,7 +149,7 @@ {{ _("Filters") }} + title="{{_("Filters are defined using comma delimited strings as in 'US,FR,Other'")}}"> [-]