olek07

How to do the links active? Is there a […]

olek07 PURCHASED
4 years ago
Hello!
How to do the links active? Is there a class for it?

<ul class="list-unstyled">
<li>
<a href="{{ path('transactions') }}">
<span class="title"><i class="icon-commerical-building"></i> Aktivitäten</span>
</a>
<li>
<li>
<a href="{{ path('app_logout') }}">
<span class="title"><i class=" icon-group "></i> Freunde einladen</span>
</a>
</li>

<li>
<a href="{{ path('app_logout') }}">
<span class="title"><i class=" icon-logout "></i> Ausloggen</span>
</a>
</li>
</ul>