Skip to content

Commit 1660805

Browse files
committed
Be more inclusive when displaying call-in links from the Session agenda_note and remote_instructions fields.
- Legacy-Id: 17588
1 parent 353fad1 commit 1660805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/meeting/interim_session_buttons.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<!-- Jabber -->
1919
<a class="" href="xmpp:{{session.jabber_room_name}}@jabber.ietf.org?join" title="Jabber room for {{session.jabber_room_name}}"><span class="fa fa-fw fa-lightbulb-o"></span></a>
2020
<!-- webex -->
21-
{% if "https://ietf.webex.com" in session.agenda_note|first_url %}
21+
{% if "webex.com/" in session.agenda_note|first_url %}
2222
<a class=""
2323
href="{{ session.agenda_note|first_url }}"
2424
title="Webex session"><span class="fa fa-fw fa-phone"></span>
2525
</a>
26-
{% elif "https://ietf.webex.com" in session.remote_instructions|first_url %}
26+
{% elif session.remote_instructions|first_url %}
2727
<a class=""
2828
href="{{ session.remote_instructions|first_url }}"
2929
title="Webex session"><span class="fa fa-fw fa-phone"></span>

0 commit comments

Comments
 (0)