From 326177268ffa0d9ff0cc342005f4de8c986dd1d2 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 3 Dec 2019 11:18:25 -0600 Subject: Added the filter and 'select top' buttons to collection list and view pages --- wqflask/wqflask/templates/collections/list.html | 12 +++++++++--- wqflask/wqflask/templates/collections/view.html | 8 +++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/wqflask/wqflask/templates/collections/list.html b/wqflask/wqflask/templates/collections/list.html index 3af4a4b9..eaf54155 100644 --- a/wqflask/wqflask/templates/collections/list.html +++ b/wqflask/wqflask/templates/collections/list.html @@ -14,9 +14,8 @@ {% else %}

Your Collections

{% endif %} -

You have {{ '{}'.format(numify(collections|count, "collection", "collections")) }}.

-
+
@@ -86,6 +86,8 @@ + +

@@ -126,7 +128,7 @@ trait_id = this_trait.name, dataset = this_trait.dataset.name )}}"> - {{ this_trait.name }} + {{ this_trait.display_name }} {% if this_trait.symbol %} -- cgit v1.2.3