mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-09 15:41:49 +02:00
remove incomplete
This commit is contained in:
parent
8bf24d33eb
commit
a40cc8a4fa
1 changed files with 2 additions and 0 deletions
|
@ -16,9 +16,11 @@
|
|||
<li class="nav-item {% if "articles" in app.request.attributes.get('schedule') %} active {% endif %}">
|
||||
<a class="nav-link" href="{{ path('schedule') }}">Shedule</a>
|
||||
</li>
|
||||
{#
|
||||
<li class="nav-item {% if app.request.attributes.get('_route') == 'scheduled' %} active {% endif %}">
|
||||
<a class="nav-link" href="{{ path('scheduled') }}">scheduled</a>
|
||||
</li>
|
||||
#}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{{ path('logout') }}" tabindex="-1" >Logout</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue