bitbake: toastergui: Implement new top navigation design

Additional items for top level navigation. This is part of a wider
navigation redesign.

[YOCTO #7329]

(Bitbake rev: 456a4a6782d3098cc9abb39659a619fdcf52eb01)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Wood
2015-07-31 15:09:02 +03:00
committed by Richard Purdie
parent 8acab25832
commit 3d3a2dbf5f
4 changed files with 32 additions and 20 deletions

View File

@@ -34,7 +34,7 @@
</div>
{% else %} {# We have builds to display #}
{% include "basetable_top_projectbuilds.html" %}
{% include "basetable_top.html" %}
{% for o in objects %}
<tr class="data">
<td><a href="{% url 'project' o.id %}">{{o.name}}</a></td>