forked from MarseyWorld/MarseyWorld
add stats to mobile version of meta_navbar
parent
d06ab7640a
commit
54db4eb5af
|
@ -60,6 +60,9 @@
|
|||
<li class="nav-item">
|
||||
<a style="padding: 0.75rem 1rem" class="nav-link{% if request.path == '/blocks' %} active{% endif %}" href="/blocks"><i class="fas fa-eye-slash text-lg mr-0"></i></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a style="padding: 0.75rem 1rem" class="nav-link{% if request.path == '/stats' %} active{% endif %}" href="/stats"><i class="fas fa-chart-simple text-lg mr-0"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue