From c9dd9ef147ae43717fda3b3af35745644a23e28c Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz <henrik@levkowetz.com> Date: Tue, 23 Jan 2018 18:04:46 +0000 Subject: [PATCH] Added hit counts to the document search result page template. - Legacy-Id: 14551 --- ietf/templates/doc/search/search_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/doc/search/search_results.html b/ietf/templates/doc/search/search_results.html index 81349b260..ca8bd0ff5 100644 --- a/ietf/templates/doc/search/search_results.html +++ b/ietf/templates/doc/search/search_results.html @@ -58,7 +58,7 @@ {% else %} <th colspan="{{ meta.headers|length|add:"-1" }}"> {% endif %} - {{ doc_group.grouper|plural:doc_group.list }} + {{ doc_group.grouper|plural:doc_group.list }} ({{doc_group.list|length}} {{"hit"|plural:doc_group.list}}) </th> </tr> </tbody>