From: Belen Barros Pena Date: Tue, 8 Sep 2015 09:47:43 +0000 (+0100) Subject: toaster: fix project names in latest builds X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09abcf3199b2e86758a974a47ebe31f5fb79440a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/toastergui/templates/mrb_section.html b/lib/toaster/toastergui/templates/mrb_section.html index 903635de946..57a6f9be732 100644 --- a/lib/toaster/toastergui/templates/mrb_section.html +++ b/lib/toaster/toastergui/templates/mrb_section.html @@ -13,7 +13,11 @@
{% for build in mru %}
- {{build.project.name}} + + + {{build.project.name}} + +