From 3100340e7e59e3b0f61667dff35c0a56b67f83da Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 5 Mar 2024 23:38:00 +0900 Subject: update site design --- services/app/templates/answer_view.html.twig | 42 ++++++++++++++++++---------- 1 file changed, 27 insertions(+), 15 deletions(-) (limited to 'services/app/templates/answer_view.html.twig') diff --git a/services/app/templates/answer_view.html.twig b/services/app/templates/answer_view.html.twig index 9a55a20..24b5a1c 100644 --- a/services/app/templates/answer_view.html.twig +++ b/services/app/templates/answer_view.html.twig @@ -26,27 +26,39 @@

実行結果

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