diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projectbuilds.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projectbuilds.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html index ac87d8c166..646755b183 100644 --- a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html +++ b/bitbake/lib/toaster/toastergui/templates/projectbuilds.html | |||
@@ -1,10 +1,7 @@ | |||
1 | {% extends "baseprojectpage.html" %} | 1 | {% extends "baseprojectbuildspage.html" %} |
2 | {% load projecttags %} | 2 | {% load projecttags %} |
3 | {% load humanize %} | 3 | {% load humanize %} |
4 | 4 | ||
5 | {% block localbreadcrumb %} | ||
6 | <li>Project builds</li> | ||
7 | {% endblock %} | ||
8 | 5 | ||
9 | {% block extraheadcontent %} | 6 | {% block extraheadcontent %} |
10 | <link rel="stylesheet" href="/static/css/jquery-ui.min.css" type='text/css'> | 7 | <link rel="stylesheet" href="/static/css/jquery-ui.min.css" type='text/css'> |