Merge commit '64d1d6b' into reapply-design-updates-pre-split

This commit is contained in:
Dave Cranwell 2014-02-05 12:19:33 +00:00
parent 46840b2c2f
commit 26eaf6e89f
2 changed files with 4 additions and 1 deletions

View file

@ -19,6 +19,7 @@ max z-index: 5;
html{
background-color:@color-grey-5;
height:100%;
}
body{

View file

@ -1,6 +1,8 @@
{% if documents %}
{% if is_searching %}
<h2>{{ paginator.count }} match{{ paginator|pluralize:"es" }}</h2>
<h2>{{ documents|length }} match{{ documents|pluralize:"es" }}</h2>
{% else %}
<h2>Latest documents</h2>
{% endif %}
{% include "wagtaildocs/documents/list.html" %}