diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/recipe.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/recipe.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index d7f57eb9ea..87c69b8d3c 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html | |||
@@ -1,14 +1,11 @@ | |||
1 | {% extends "basetable.html" %} | 1 | {% extends "basebuildpage.html" %} |
2 | 2 | ||
3 | {% block pagename %} | 3 | {% block localbreadcrumb %} |
4 | <ul class="nav nav-tabs" style="display: inline-block"> | 4 | <li>Recipes</li> |
5 | <li><a>Layer {{layer_version.layer.name}} : {{layer_version.branch}} : {{layer_version.commit}} : {{layer_version.priority}}</a></li> | ||
6 | </ul> | ||
7 | <h1>Toaster - Recipes for a Layer</h1> | ||
8 | {% endblock %} | 5 | {% endblock %} |
9 | 6 | ||
10 | {% block pagetable %} | 7 | {% block buildinfomain %} |
11 | {% load projecttags %} | 8 | {% include "basetable_top.html" %} |
12 | 9 | ||
13 | <tr> | 10 | <tr> |
14 | </tr> | 11 | </tr> |
@@ -49,4 +46,6 @@ | |||
49 | 46 | ||
50 | {% endfor %} | 47 | {% endfor %} |
51 | 48 | ||
49 | {% include "basetable_bottom.html" %} | ||
50 | |||
52 | {% endblock %} | 51 | {% endblock %} |