summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/projectbuilds.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projectbuilds.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/projectbuilds.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html
index f1db2f1504..df809de405 100644
--- a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html
+++ b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html
@@ -21,8 +21,7 @@
21 }); 21 });
22</script> 22</script>
23 23
24 <div class="page-header"> 24 <h2>
25 <h1>
26 {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %} 25 {% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginator.count > 0 %}
27 {{objects.paginator.count}} build{{objects.paginator.count|pluralize}} found 26 {{objects.paginator.count}} build{{objects.paginator.count|pluralize}} found
28 {%elif request.GET.filter and objects.paginator.count == 0 or request.GET.search and objects.paginator.count == 0 %} 27 {%elif request.GET.filter and objects.paginator.count == 0 or request.GET.search and objects.paginator.count == 0 %}
@@ -31,8 +30,7 @@
31 Project builds 30 Project builds
32 {%endif%} 31 {%endif%}
33 <i class="icon-question-sign get-help heading-help" title="This page lists all the builds for the current project"></i> 32 <i class="icon-question-sign get-help heading-help" title="This page lists all the builds for the current project"></i>
34 </h1> 33 </h2>
35 </div>
36 34
37 35
38 {% if objects.paginator.count == 0 %} 36 {% if objects.paginator.count == 0 %}