diff --git a/templates/macros.html b/templates/macros.html index d0fcd09..496eb8d 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -17,6 +17,7 @@ {% endif -%} {% elif run.results[example_name][platform] == "Failures" -%} {% if run.logs[example_name] -%} +{% if run.logs[example_name][platform] -%}
@@ -24,6 +25,9 @@ {% else -%} {% endif -%} +{% else -%} + +{% endif -%} {% elif run.results[example_name][platform] == "NoScreenshots" -%} {% endif -%}