Skip to content
Snippets Groups Projects
Commit 27ce16fd authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix switcher

parent f0bc3db9
No related branches found
No related tags found
2 merge requests!1149fix switcher,!1148fix switcher
Pipeline #19883 passed
......@@ -27,7 +27,7 @@
{% block switch %}
{% for content_item in content %}
{% if content_item.block_type == "octopus_group" or content_item.block_type == "people_group" or content_item.block_type == "team_group" %}
{% if content_item.block_type == "octopus_group" or content_item.block_type == "octopus_team" or content_item.block_type == "people_group" or content_item.block_type == "team_group" %}
<a
@click="toggleView('{{ content_item.value.slug }}-{{ forloop.counter }}')"
class="switch__item {% if content|has_one_people_type %}hidden{% endif %}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment