Skip to content
Snippets Groups Projects
Commit a754a195 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Use target parent for remaining virtual room buttons on AK detail page, too

parent 396c4478
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@
class="btn btn-danger">{% fa5_icon 'times' 'fas' %}</a>
{% else %}
{% if "AKOnline"|check_app_installed and slot.room and slot.room.virtualroom and slot.room.virtualroom.url != '' %}
<a class="btn btn-success" href="{{ slot.room.virtualroom.url }}">
<a class="btn btn-success" target="_parent" href="{{ slot.room.virtualroom.url }}">
{% fa5_icon 'external-link-alt' 'fas' %} {% trans "Go to virtual room" %}
</a>
{% 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