From 4f51f3dc1dfb25f1e34670f9eb6341fbea126a81 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 10 Mar 2024 10:36:19 +0900 Subject: Revert "change answer execution results to table" This reverts commit 1c5e25e307cc31016616a4970de834efc735ee31. --- services/app/templates/answer_view.html.twig | 30 +++++++++------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/services/app/templates/answer_view.html.twig b/services/app/templates/answer_view.html.twig index 24b5a1c..8c7e090 100644 --- a/services/app/templates/answer_view.html.twig +++ b/services/app/templates/answer_view.html.twig @@ -38,27 +38,15 @@ {% endif %}
- - - - - - - - - {% for ex in testcase_executions %} - - - - - {% endfor %} - -
テストケースステータス
{{ loop.index }} - {{ ex.status.label() }} - {% if ex.status.showLoadingIndicator() %} - Loading... - {% endif %} -
+ {% for ex in testcase_executions %} +

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

+
+ ステータス: {{ ex.status.label() }} + {% if ex.status.showLoadingIndicator() %} +
Loading...
+ {% endif %} +
+ {% endfor %}
{% endblock %} -- cgit v1.2.3-70-g09d2