summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builds-toastertable.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/builds-toastertable.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html b/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html
index 419d2b52f4..f7604fd7a4 100644
--- a/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html
@@ -3,13 +3,13 @@
3{% block title %} All builds - Toaster {% endblock %} 3{% block title %} All builds - Toaster {% endblock %}
4 4
5{% block pagecontent %} 5{% block pagecontent %}
6 <div class="page-header top-air">
7 <h1 data-role="page-title"></h1>
8 </div>
9 6
10 <div class="row-fluid"> 7 <div class="row-fluid">
11 {# TODO need to pass this data to context #} 8 {% with mru=mru mrb_type=mrb_type %}
12 {#% include 'mrb_section.html' %#} 9 {% include 'mrb_section.html' %}
10 {% endwith %}
11
12 <h1 class="page-header top-air" data-role="page-title"></h1>
13 13
14 {% url 'builds' as xhr_table_url %} 14 {% url 'builds' as xhr_table_url %}
15 {% include 'toastertable.html' %} 15 {% include 'toastertable.html' %}