From 015f88daefa68f83380882bf3ad7572090eed233 Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Mon, 30 Mar 2015 10:45:50 +0200 Subject: Boot HTML template tweaks. --- app/utils/report/templates/boot.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/utils/report/templates/boot.html b/app/utils/report/templates/boot.html index 9985734..df093c6 100644 --- a/app/utils/report/templates/boot.html +++ b/app/utils/report/templates/boot.html @@ -16,9 +16,7 @@ -
- {{ subject_string }} -
+
{{ subject_string }}
{{ full_boot_summary }}
{{ full_build_summary }}
@@ -40,8 +38,8 @@
{{ summary }}
{%- endfor %}
- {% for arch in platforms.failed_data.data %}
+ {% for arch in platforms.failed_data.data %}
{{ arch }}
{% for defconfig in platforms.failed_data.data[arch] %}
{{ defconfig }}
@@ -51,8 +49,8 @@ {% endfor %} {# defconfig #} {%- endfor %} {# arch #}
- {%- endif %} {# failed_data #} + {%- endif %} {# failed_data #} {%- endif %} {%- if info_email %} -- cgit v1.2.3