Skip to content

Commit c9dd9ef

Browse files
committed
Added hit counts to the document search result page template.
- Legacy-Id: 14551
1 parent fcc22da commit c9dd9ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/search/search_results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{% else %}
5959
<th colspan="{{ meta.headers|length|add:"-1" }}">
6060
{% endif %}
61-
{{ doc_group.grouper|plural:doc_group.list }}
61+
{{ doc_group.grouper|plural:doc_group.list }} ({{doc_group.list|length}} {{"hit"|plural:doc_group.list}})
6262
</th>
6363
</tr>
6464
</tbody>

0 commit comments

Comments
 (0)