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 --- bitbake/lib/toaster/toastergui/templates/task.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/templates/task.html') diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index 455599932c..3c4a3d4893 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html @@ -46,7 +46,7 @@ {# not executed tasks outcome #} {% if task.outcome == task.OUTCOME_PREBUILT %} {% if not showing_matches %} - Match to tasks in previous builds + Match to tasks in previous builds {% elif matching_tasks %}

Prebuilt task could be based on -- cgit v1.2.3-54-g00ecf