aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-03-30 10:45:50 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2015-03-30 10:45:50 +0200
commit015f88daefa68f83380882bf3ad7572090eed233 (patch)
tree852dd1e34a195ea989b3cdb302424dc593e9eba8
parenta5eb381b405a033a7d670a6954b744609f71d636 (diff)
Boot HTML template tweaks.
-rw-r--r--app/utils/report/templates/boot.html8
1 files 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 @@
</style>
</head>
<body>
- <div id="subject">
- {{ subject_string }}
- </div>
+ <div id="subject">{{ subject_string }}</div>
<div id="details">
<div>{{ full_boot_summary }}</div>
<div>{{ full_build_summary }}</div>
@@ -40,8 +38,8 @@
<div>{{ summary }}</div>
{%- endfor %}
</div>
- {% for arch in platforms.failed_data.data %}
<div class="platform-content">
+ {% for arch in platforms.failed_data.data %}
<div>{{ arch }}</div>
{% for defconfig in platforms.failed_data.data[arch] %}
<div>{{ defconfig }}</div>
@@ -51,8 +49,8 @@
{% endfor %} {# defconfig #}
{%- endfor %} {# arch #}
</div>
- {%- endif %} {# failed_data #}
</div>
+ {%- endif %} {# failed_data #}
</div>
{%- endif %}
{%- if info_email %}