From d2c9f704f2232a80b8bd0cd236d1b7f7bc250116 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Fri, 27 Feb 2015 15:12:57 +0000 Subject: bitbake: toasterui: fix the h1 in the project builds page It was not displaying the number of search results. (Bitbake rev: df8bdd357b126a0436c15cf66a13d398df273867) Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- .../toastergui/templates/projectbuilds.html | 26 ++++++++++------------ 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html index afcf5191b5..07595f2376 100644 --- a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html +++ b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html @@ -7,21 +7,19 @@ {% endblock %} {% block projectinfomain %} - + {% if objects.paginator.count == 0 %} -- cgit v1.2.3-54-g00ecf