Skip to content
Snippets Groups Projects
Commit 396c4478 authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

Merge branch 'virtual-room-parent-link' into 'main'

Use target parent for going to virtual room buttons

See merge request !142
parents 457f044d 0cdd92e7
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
{% endif %} {% endif %}
{% if "AKOnline"|check_app_installed and featured_slot.room.virtualroom and featured_slot.room.virtualroom.url != '' %} {% if "AKOnline"|check_app_installed and featured_slot.room.virtualroom and featured_slot.room.virtualroom.url != '' %}
<a class="btn btn-success" href="{{ featured_slot.room.virtualroom.url }}"> <a class="btn btn-success" target="_parent" href="{{ featured_slot.room.virtualroom.url }}">
{% fa5_icon 'external-link-alt' 'fas' %} {% trans "Go to virtual room" %} {% fa5_icon 'external-link-alt' 'fas' %} {% trans "Go to virtual room" %}
</a> </a>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment