summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-02-21 12:26:49 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-02-21 12:26:49 +0000
commit68770de2bc1d7ef34bcddebe207450df09c44cf9 (patch)
tree47b2fe07fb115de2819a89cd9545ff956c57ce1f
parent8ed067dc50f778660cb31c20267675bb362ec42e (diff)
plans: fix template indentation
Change-Id: Ic2fe739a5a2ba1a1ca6b21a849c1178309acfcb2 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--plans/templates/_test_details.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/plans/templates/_test_details.html b/plans/templates/_test_details.html
index b369e07..cc41441 100644
--- a/plans/templates/_test_details.html
+++ b/plans/templates/_test_details.html
@@ -18,14 +18,14 @@
</tbody>
</table>
{% if 'filename' in test and test.filename != "" %}
-<h4><a href="{{ test.filename }}">details</a></h4>
+ <h4><a href="{{ test.filename }}">details</a></h4>
{% elif 'steps' in test %}
-<h4>Steps to execute</h4>
-<ol>
- {% for step in test.steps %}
- <li>{{ step }} </li>
- {% endfor %}
-</ol>
+ <h4>Steps to execute</h4>
+ <ol>
+ {% for step in test.steps %}
+ <li>{{ step }} </li>
+ {% endfor %}
+ </ol>
{% if 'expected' in test %}
<h4>Expected results</h4>
<ol>