From 569567d3b3811eb206a143479d624d82811b3a14 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 4 Aug 2015 16:07:07 +0100 Subject: bitbake: toastergui: breadcrumb fixes Make sure that we use the correct html entity for the breadcrumb dividers, and remove the 'all builds' item from the history pages: all breadcrumbs should now have the project name as their first element, since the 'all builds' page can be reached using the global naviation in the top bar. (Bitbake rev: c97f658f4b2131f280c364c2209efd28878570dc) Signed-off-by: Belen Barros Pena Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html | 3 +-- bitbake/lib/toaster/toastergui/templates/basebuildpage.html | 3 +-- bitbake/lib/toaster/toastergui/templates/layerdetails.html | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html b/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html index d324c90712..8657845cd2 100644 --- a/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html +++ b/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html @@ -6,14 +6,13 @@