From b06a633f25aec303e867c6109fb97d63d9ee1f73 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 31 Jul 2015 15:09:03 +0300 Subject: bitbake: toastergui: Implement new project navigation Change the structure of the project page to include a navigation menu and top tab navigation. Remove old breadcrumb method. [YOCTO #7329] (Bitbake rev: 66fa0dd988e01ec79e74be7a5697eaa3b4f017d8) Signed-off-by: Michael Wood Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/projectbuilds.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/projectbuilds.html') 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 @@ -{% extends "baseprojectpage.html" %} +{% extends "baseprojectbuildspage.html" %} {% load projecttags %} {% load humanize %} -{% block localbreadcrumb %} -
  • Project builds
  • -{% endblock %} {% block extraheadcontent %} -- cgit v1.2.3-54-g00ecf