diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projecttopbar.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html index 5bc1ac4ad2..268a99eb21 100644 --- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html +++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html | |||
@@ -44,17 +44,17 @@ | |||
44 | {% if not project.is_default %} | 44 | {% if not project.is_default %} |
45 | <div id="project-topbar"> | 45 | <div id="project-topbar"> |
46 | <ul class="nav nav-pills"> | 46 | <ul class="nav nav-pills"> |
47 | <li> | ||
48 | <a href="{% url 'projectbuilds' project.id %}"> | ||
49 | Builds ({{project.get_number_of_builds}}) | ||
50 | </a> | ||
51 | </li> | ||
52 | <li id="topbar-configuration-tab"> | 47 | <li id="topbar-configuration-tab"> |
53 | <a href="{% url 'project' project.id %}"> | 48 | <a href="{% url 'project' project.id %}"> |
54 | Configuration | 49 | Configuration |
55 | </a> | 50 | </a> |
56 | </li> | 51 | </li> |
57 | <li> | 52 | <li> |
53 | <a href="{% url 'projectbuilds' project.id %}"> | ||
54 | Builds ({{project.get_number_of_builds}}) | ||
55 | </a> | ||
56 | </li> | ||
57 | <li> | ||
58 | <a href="{% url 'importlayer' project.id %}"> | 58 | <a href="{% url 'importlayer' project.id %}"> |
59 | Import layer | 59 | Import layer |
60 | </a> | 60 | </a> |