File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 {% if session.agenda_note|first_url|conference_url %}
3737 < a class =""
3838 href ="{{ session.agenda_note|first_url }} "
39- title ="Session call-in "> < span class ="fa fa-fw fa-phone "> </ span >
39+ title ="Online conference "> < span class ="fa fa-fw fa-users "> </ span >
4040 </ a >
4141 {% elif session.remote_instructions|first_url|conference_url %}
4242 < a class =""
4343 href ="{{ session.remote_instructions|first_url }} "
44- title ="Session call-in "> < span class ="fa fa-fw fa-phone "> </ span >
44+ title ="Online conference "> < span class ="fa fa-fw fa-users "> </ span >
4545 </ a >
4646 {% elif item.timeslot.location.webex_url %}
4747 < a class =""
4848 href ="{{item.timeslot.location.webex_url|format:session }} "
49- title ="Webex session "> < span class ="fa fa-fw fa-phone "> </ span >
49+ title ="Webex session "> < span class ="fa fa-fw fa-users "> </ span >
5050 </ a >
5151 <!-- Video stream (meetecho) -->
5252 {% elif item.timeslot.location.video_stream_url %}
5656 </ a >
5757 {% else %}
5858 < span class ="">
59- < span class ="fa fa-fw fa-phone " style ="color: #ddd; "
60- title ="No remote call-in info found in remote instructions or agenda note "> </ span >
59+ < span class ="fa fa-fw fa-users " style ="color: #ddd; "
60+ title ="No online conference info found in remote instructions or agenda note "> </ span >
6161 </ span >
6262 {% endif %}
6363 {% else %}
Original file line number Diff line number Diff line change 5454 {% if session.agenda_note|first_url|conference_url %}
5555 < a class =""
5656 href ="{{ session.agenda_note|first_url }} "
57- title ="Session call-in "> < span class ="fa fa-fw fa-phone "> </ span >
57+ title ="Online conference "> < span class ="fa fa-fw fa-users "> </ span >
5858 </ a >
5959 {% elif session.remote_instructions|first_url|conference_url %}
6060 < a class =""
6161 href ="{{ session.remote_instructions|first_url }} "
62- title ="Session call-in "> < span class ="fa fa-fw fa-phone "> </ span >
62+ title ="Online conference "> < span class ="fa fa-fw fa-users "> </ span >
6363 </ a >
6464 {% elif item.timeslot.location.webex_url %}
6565 < a class =""
6666 href ="{{item.timeslot.location.webex_url|format:session }} "
67- title ="Webex session "> < span class ="fa fa-fw fa-phone "> </ span >
67+ title ="Webex session "> < span class ="fa fa-fw fa-users "> </ span >
6868 </ a >
6969 {% endif %}
7070 {% else %}
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ <h2 class="anchor-target" id="session_{{session.pk}}">{% if sessions|length > 1
4343 {% if session.agenda_note|first_url|conference_url %}
4444 < a class =""
4545 href ="{{ session.agenda_note|first_url }} "
46- title ="Session call-in "> < span class ="fa fa-fw fa-phone "> </ span >
46+ title ="Online conference "> < span class ="fa fa-fw fa-users "> </ span >
4747 </ a >
4848 {% elif session.remote_instructions|first_url|conference_url %}
4949 < a class =""
5050 href ="{{ session.remote_instructions|first_url }} "
51- title ="Session call-in "> < span class ="fa fa-fw fa-phone "> </ span >
51+ title ="Online conference "> < span class ="fa fa-fw fa-users "> </ span >
5252 </ a >
5353 {% endif %}
5454 {{ session.remote_instructions }}
You can’t perform that action at this time.
0 commit comments