Skip to content
Snippets Groups Projects

Use target parent for going to virtual room buttons

Merged Benjamin Hättasch requested to merge virtual-room-parent-link into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 %}
Loading