Skip to content
Snippets Groups Projects

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

Merged Benjamin Hättasch requested to merge virtual-room-parent-link-3 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -59,7 +59,7 @@
<h1>{% trans "Room" %}: {{ room.name }} {% if room.location != '' %}({{ room.location }}){% endif %}</h1>
{% if "AKOnline"|check_app_installed and room.virtualroom and room.virtualroom.url != '' %}
<a class="btn btn-success" href="{{ room.virtualroom.url }}">
<a class="btn btn-success" target="_parent" href="{{ room.virtualroom.url }}">
{% fa5_icon 'external-link-alt' 'fas' %} {% trans "Go to virtual room" %}
</a>
{% endif %}
Loading