mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-17 09:14:37 +00:00
VC/Vidyo: Join VC in new tab (target="_blank")
This commit is contained in:
parent
238c52a8a1
commit
bd529cdfc5
@ -15,7 +15,7 @@
|
||||
|
||||
{% macro render_join_button(vc_room, extra_classes="") %}
|
||||
<a class="i-button highlight {{ extra_classes }}"
|
||||
href="{{ vc_room.data.url }}">
|
||||
href="{{ vc_room.data.url }}" target="_blank">
|
||||
{% trans %}Join{% endtrans %}
|
||||
</a>
|
||||
{% endmacro %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user