--
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user