mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
style change to display of expired text
This commit is contained in:
parent
2fc3d4f1c8
commit
5ae1d30ec7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{% if domain.expiration_date %}
|
||||
<strong class="text-primary-dark">Expires:</strong>
|
||||
{{ domain.expiration_date|date }}
|
||||
{% if domain.is_expired %} <span class="text-error-dark">(expired)</span>{% endif %}
|
||||
{% if domain.is_expired %} <span class="text-error"><strong>(expired)</strong></span>{% endif %}
|
||||
<br/>
|
||||
{% endif %}
|
||||
{% if domain.created_at %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue