add premium badge to custom domain

This commit is contained in:
Son NK 2019-12-27 23:50:17 +01:00 committed by Son Nguyen Kim
parent 8dcb8dd249
commit c1438944f1
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
{% if current_user.is_premium() %}
<a class="dropdown-item" href="{{ url_for('dashboard.custom_domain') }}">
<i class="dropdown-icon fe fe-server"></i> Custom Domains
<span class="badge badge-success">Premium</span>
</a>
{% endif %}