From 1c5e25e307cc31016616a4970de834efc735ee31 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 5 Mar 2024 21:43:11 +0900 Subject: change answer execution results to table --- services/app/templates/answer_view.html.twig | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/services/app/templates/answer_view.html.twig b/services/app/templates/answer_view.html.twig index 474f3d3..af46b9d 100644 --- a/services/app/templates/answer_view.html.twig +++ b/services/app/templates/answer_view.html.twig @@ -21,14 +21,18 @@
Loading...
{% endif %} - {% for ex in testcase_executions %} -

テストケース {{ loop.index }}

-
- ステータス: {{ ex.status.label() }} - {% if ex.status.showLoadingIndicator() %} -
Loading...
- {% endif %} -
- {% endfor %} + + {% for ex in testcase_executions %} + + + + + {% endfor %} +
テストケース {{ loop.index }} + ステータス: {{ ex.status.label() }} + {% if ex.status.showLoadingIndicator() %} + Loading... + {% endif %} +
{% endblock %} -- cgit v1.2.3-70-g09d2