aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/recipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/recipe.html')
-rw-r--r--lib/toaster/toastergui/templates/recipe.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/lib/toaster/toastergui/templates/recipe.html b/lib/toaster/toastergui/templates/recipe.html
index d7f57eb9e..87c69b8d3 100644
--- a/lib/toaster/toastergui/templates/recipe.html
+++ b/lib/toaster/toastergui/templates/recipe.html
@@ -1,14 +1,11 @@
-{% extends "basetable.html" %}
+{% extends "basebuildpage.html" %}
-{% block pagename %}
-<ul class="nav nav-tabs" style="display: inline-block">
- <li><a>Layer {{layer_version.layer.name}}&nbsp;:&nbsp;{{layer_version.branch}}&nbsp;:&nbsp;{{layer_version.commit}}&nbsp;:&nbsp;{{layer_version.priority}}</a></li>
-</ul>
- <h1>Toaster - Recipes for a Layer</h1>
+{% block localbreadcrumb %}
+<li>Recipes</li>
{% endblock %}
-{% block pagetable %}
- {% load projecttags %}
+{% block buildinfomain %}
+{% include "basetable_top.html" %}
<tr>
</tr>
@@ -49,4 +46,6 @@
{% endfor %}
+{% include "basetable_bottom.html" %}
+
{% endblock %}