mirror of
https://github.com/simple-login/app.git
synced 2025-10-06 13:26:51 +08:00
add premium badge to custom domain
This commit is contained in:
parent
8dcb8dd249
commit
c1438944f1
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
{% if current_user.is_premium() %}
|
{% if current_user.is_premium() %}
|
||||||
<a class="dropdown-item" href="{{ url_for('dashboard.custom_domain') }}">
|
<a class="dropdown-item" href="{{ url_for('dashboard.custom_domain') }}">
|
||||||
<i class="dropdown-icon fe fe-server"></i> Custom Domains
|
<i class="dropdown-icon fe fe-server"></i> Custom Domains
|
||||||
|
<span class="badge badge-success">Premium</span>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue