display 🚫 for unverified domain

This commit is contained in:
Son NK 2019-12-23 21:56:02 +00:00 committed by Son Nguyen Kim
parent ab3ce7bd4e
commit d0218c86de
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@
<div class="card-body">
<h5 class="card-title">
{{ custom_domain.domain }}
{% if custom_domain.verified %}
<i class="fe fe-check" style="color: green"></i>
{% endif %}
{% if custom_domain.verified %} ✅ {% else %} 🚫{% endif %}
</h5>
<h6 class="card-subtitle mb-2 text-muted">
Created {{ custom_domain.created_at | dt }} <br>