From c386abc89e2ec6277d84c98145a4348414d5f887 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 8 Sep 2015 10:47:43 +0100 Subject: bitbake: toaster: fix project names in latest builds Make sure that the project name we show for each build in the latest builds section of the all builds page: * Has the same styles as the build, depending on the build status (in progress, failed or success) * Links to the project page (Bitbake rev: 09abcf3199b2e86758a974a47ebe31f5fb79440a) Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/mrb_section.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html index 903635de94..57a6f9be73 100644 --- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html @@ -13,7 +13,11 @@
{% for build in mru %}
- {{build.project.name}} + + + {{build.project.name}} + +
-- cgit v1.2.3-54-g00ecf