Merge: nitweb: fix access to query results count
authorJean Privat <jean@pryen.org>
Wed, 20 Jun 2018 18:59:12 +0000 (14:59 -0400)
committerJean Privat <jean@pryen.org>
Wed, 20 Jun 2018 18:59:12 +0000 (14:59 -0400)
commit9bf1943dd931927dc8e5045b1e31072452608ea6
tree142286336793818c69f0cdd277d7009cdb4204fd
parent45fab1300b8e6461608a503230d821f70cde94e6
parentc4ea3455843a7f111554354f32aaf95a80aa861b
Merge: nitweb: fix access to query results count

This PR replaces accesses to key `total` by `count` in all Nitweb views.

So the display in not broken.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

Pull-Request: #2717