mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Merge commit '64d1d6b' into reapply-design-updates-pre-split
This commit is contained in:
parent
46840b2c2f
commit
26eaf6e89f
2 changed files with 4 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ max z-index: 5;
|
|||
|
||||
html{
|
||||
background-color:@color-grey-5;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
body{
|
||||
|
|
|
|||
|
|
@ -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" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue