Skip to content

Commit

Permalink
Adds count to /apps page
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin authored and tobes committed Feb 14, 2013
1 parent 0e9f1b9 commit ff9504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/related/dashboard.html
Expand Up @@ -16,7 +16,7 @@ <h1 class="page-heading">{{ _('Apps & Ideas') }}</h1>

{% if item_count %}
{% trans first=page.first_item, last=page.last_item, item_count=item_count %}
<p>Showing items <strong>{{ first }} - {{ item }}</strong> of <strong>{{ item_count }}</strong> related items found</p>
<p>Showing items <strong>{{ first }} - {{ last }}</strong> of <strong>{{ item_count }}</strong> related items found</p>
{% endtrans %}
{% elif c.filters.type %}
{% trans item_count=item_count %}
Expand Down

0 comments on commit ff9504f

Please sign in to comment.