From 12782678073b1605cc282a0a89e4ebb2e10a9be8 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 1 Apr 2014 23:11:30 +0100 Subject: bitbake: toaster: Make sure layer branch only shows when not empty In the recipe details and package details pages, the layer branch definition list elements should only show when the branch field in the database is populated. If the branch field is empty, we don't show them. The patch also removes all unnecessary data-toggle and data-original-title attributes. [YP #6152] (Bitbake rev: 72adcadb931519f803dad7488544767241561fb7) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- .../lib/toaster/toastergui/templates/dirinfo.html | 4 ++-- .../templates/package_built_dependencies.html | 4 ++-- .../toastergui/templates/package_built_detail.html | 4 ++-- .../toastergui/templates/package_detail_base.html | 21 +++++++++++---------- .../templates/package_included_tabs.html | 4 ++-- .../lib/toaster/toastergui/templates/recipe.html | 22 ++++++++++++---------- .../lib/toaster/toastergui/templates/target.html | 4 ++-- bitbake/lib/toaster/toastergui/templates/task.html | 2 +- .../lib/toaster/toastergui/templates/tasks.html | 2 +- 9 files changed, 35 insertions(+), 32 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/toaster/toastergui/templates/dirinfo.html b/bitbake/lib/toaster/toastergui/templates/dirinfo.html index 749ae242ea..11c709ac9a 100644 --- a/bitbake/lib/toaster/toastergui/templates/dirinfo.html +++ b/bitbake/lib/toaster/toastergui/templates/dirinfo.html @@ -189,13 +189,13 @@