[Directory] Actors stream now includes a link to groups stream

This commit is contained in:
Angelo D. Moura 2020-12-02 03:31:07 +00:00 committed by Hugo Sales
parent d4c0f33be4
commit 98145f4f1a
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 6 additions and 4 deletions

View File

@ -14,7 +14,7 @@
media="screen and (max-width: 1300px)">
<link rel='stylesheet' type='text/css' href="{{ asset('assets/css/network/public_small.css') }}"
media="screen and (max-width: 750px)">
<link rel='stylesheet' type='text/css' href="{{ asset('assets/css/directory/actors.css') }}"">
<link rel='stylesheet' type='text/css' href="{{ asset('assets/css/directory/actors.css') }}">
{% endblock %}
{% block header %}
@ -91,9 +91,11 @@
<li>
<a href="{{ path('main_all') }}" class='hover-effect {{ active('main_all') }}'>Network</a>
</li>
<li>
<a href="{{ path('actors') }}" class='hover-effect {{ active('actors') }}'>Actors</a>
</li>
{% for tab in main_nav_tabs %}
<li>
<a href="{{ path(tab['route']) }}" class='hover-effect {{ active(tab['route']) }}' >{{ tab['title'] }}</a>
</li>
{% endfor %}
</ul>
</nav>
<div class="timeline">