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

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

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

See merge request !143
parents 396c4478 a754a195
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
class="btn btn-danger">{% fa5_icon 'times' 'fas' %}</a> class="btn btn-danger">{% fa5_icon 'times' 'fas' %}</a>
{% else %} {% else %}
{% if "AKOnline"|check_app_installed and slot.room and slot.room.virtualroom and slot.room.virtualroom.url != '' %} {% 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" %} {% 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.
Please register or to comment