mirror of
https://github.com/simple-login/app.git
synced 2025-09-29 01:46:49 +08:00
parent
b5b167479f
commit
60ab8c15ec
1 changed files with 10 additions and 9 deletions
|
@ -48,15 +48,16 @@
|
|||
{# SIWSL#}
|
||||
{# </a>#}
|
||||
{# </li>#}
|
||||
{# {% if current_user.should_show_app_page() %}#}
|
||||
{# <li class="nav-item">#}
|
||||
{# <a href="{{ url_for('dashboard.app_route') }}"#}
|
||||
{# class="nav-link {{ 'active' if active_page == 'app' }}">#}
|
||||
{# <i class="fe fe-grid"></i>#}
|
||||
{# Apps#}
|
||||
{# </a>#}
|
||||
{# </li>#}
|
||||
{# {% endif %}#}
|
||||
{% if current_user.should_show_app_page() %}
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="{{ url_for('dashboard.app_route') }}"
|
||||
class="nav-link {{ 'active' if active_page == 'app' }}">
|
||||
<i class="fe fe-grid"></i>
|
||||
Apps
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li class="nav-item">
|
||||
<a href="{{ url_for('dashboard.setting') }}"
|
||||
class="nav-link {{ 'active' if active_page == 'setting' }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue