This commit is contained in:
2026-04-21 16:06:58 +09:00
parent 4600a26266
commit 10dd6e355b
+2 -2
View File
@@ -91,10 +91,10 @@
{%- if not r -%}
<span class="text-tx-alt"></span>
{%- elif r.checked and not r.revoked -%}
<span class="text-bright-green">Not Revoked</span>
<span class="text-bright-green">失効していません</span>
{%- if r.source %} <span class="font-small text-tx-alt">({{ r.source }})</span>{% endif -%}
{%- elif r.checked and r.revoked -%}
<span class="text-bright-red">Revoked</span>
<span class="text-bright-red">失効しています</span>
{%- if r.reason %} <span class="font-small text-tx-alt">({{ r.reason }})</span>{% endif -%}
{%- else -%}
{%- set err = (r.error or '')|string -%}