From 98145f4f1a3f54957162fc0d581c6366d14829f1 Mon Sep 17 00:00:00 2001 From: "Angelo D. Moura" Date: Wed, 2 Dec 2020 03:31:07 +0000 Subject: [PATCH] [Directory] Actors stream now includes a link to groups stream --- templates/directory/actors.html.twig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/directory/actors.html.twig b/templates/directory/actors.html.twig index 76d81cba4b..2a4063c69b 100644 --- a/templates/directory/actors.html.twig +++ b/templates/directory/actors.html.twig @@ -14,7 +14,7 @@ media="screen and (max-width: 1300px)"> - + {% endblock %} {% block header %} @@ -91,9 +91,11 @@
  • Network
  • -
  • - Actors -
  • + {% for tab in main_nav_tabs %} +
  • + {{ tab['title'] }} +
  • + {% endfor %}