This commit is contained in:
2026-04-20 21:40:31 +09:00
parent 1522231e82
commit 694e27b808
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -403,7 +403,7 @@
{# -------- テスト履歴 -------- #}
<div class="tls-tab-panel" data-panel="history">
<section class="tls-section">
<h2 class="tls-section-title">過去のテスト結果 (同一対象)</h2>
<h2 class="tls-section-title">過去のテスト結果</h2>
{% if history %}
<table class="tls-table">
<thead><tr><th>実行日時</th><th>ランク</th><th>スコア</th><th>リンク</th></tr></thead>
@@ -413,7 +413,7 @@
<td>{{ h.finished_at_display or '—' }}</td>
<td>{{ h.rank or '—' }}</td>
<td>{{ "%.0f"|format(h.score or 0) }}</td>
<td><a href="/tools/tls-test/results/{{ h.id }}/" class="text-bright-green">{{ h.id }}</a></td>
<td><a href="/tools/tls-test/results/{{ h.id }}/" class="text-tx-alt">{{ h.id }}</a></td>
</tr>
{% endfor %}
</tbody>