summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html b/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html
index c7ae6fd142..6f31ee0239 100644
--- a/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html
+++ b/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html
@@ -3,12 +3,11 @@
3{% load humanize %} 3{% load humanize %}
4 4
5 5
6{%if mru.count > 0%} 6{%if len.mru > 0%}
7
8 <div class="page-header top-air"> 7 <div class="page-header top-air">
9 <h1> 8 <h1>
10 Latest builds 9 Latest builds
11 </h1> 10 </h1>
12 </div> 11 </div>
13 <div id="latest-builds"> 12 <div id="latest-builds">
14 {% for buildrequest in mru %}{% with build=buildrequest.build %} 13 {% for buildrequest in mru %}{% with build=buildrequest.build %}