diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projecttopbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html index ee86b5481d..d8f7cbdbe8 100644 --- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html +++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | <ul class="nav nav-pills"> | 28 | <ul class="nav nav-pills"> |
| 29 | <li> | 29 | <li> |
| 30 | <a href="{% url 'projectbuilds' project.id %}"> | 30 | <a href="{% url 'projectbuilds' project.id %}"> |
| 31 | Builds (<span class="total-builds">0</span>) | 31 | Builds ({{project.get_number_of_builds}}) |
| 32 | </a> | 32 | </a> |
| 33 | </li> | 33 | </li> |
| 34 | <li id="topbar-configuration-tab"> | 34 | <li id="topbar-configuration-tab"> |
