From: Belen Barros Pena Date: Fri, 2 Oct 2015 13:43:26 +0000 (+0100) Subject: toaster: Remove project name from latest project builds X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=065652b9c649135f9e2fc5d9ba90e98f560dccdd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: Remove project name from latest project builds The 'latest builds' list in the project builds page does not need to show the project name, since it lists only builds for the selected project. This patch removes the redundant project name. 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 2fefe4b0f75..ad90e82ee35 100644 --- a/lib/toaster/toastergui/templates/mrb_section.html +++ b/lib/toaster/toastergui/templates/mrb_section.html @@ -18,13 +18,15 @@ {% endif %}
{% for build in mru %} -
+
{{build.project.name}} - + {% endif %}
{%if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %}