From ff9504f247c11f21f1a3566db0a1a1bb441555c4 Mon Sep 17 00:00:00 2001 From: John Martin Date: Wed, 13 Feb 2013 17:35:47 +0000 Subject: [PATCH] Adds count to /apps page --- ckan/templates/related/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/templates/related/dashboard.html b/ckan/templates/related/dashboard.html index e856d0021db..9be4d69972c 100644 --- a/ckan/templates/related/dashboard.html +++ b/ckan/templates/related/dashboard.html @@ -16,7 +16,7 @@

{{ _('Apps & Ideas') }}

{% if item_count %} {% trans first=page.first_item, last=page.last_item, item_count=item_count %} -

Showing items {{ first }} - {{ item }} of {{ item_count }} related items found

+

Showing items {{ first }} - {{ last }} of {{ item_count }} related items found

{% endtrans %} {% elif c.filters.type %} {% trans item_count=item_count %}