File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 {% elif item.timeslot.location.video_stream_url %}
5454 < a class =""
5555 href ="{{item.timeslot.location.video_stream_url|format:session }} "
56- title ="Meetecho video stream "> < span class ="fa fa-fw fa-video-camera "> </ span >
56+ title ="Meetecho session "> < span class ="fa fa-fw fa-video-camera "> </ span >
5757 </ a >
5858 {% else %}
5959 < span class ="">
9393 < a class ="" href ="{{ href }} " title ="{{ r.title }} "> < span class ="fa fa-fw fa-file-o "> </ span > </ a >
9494 {% endif %}
9595 {% endwith %}{% endfor %}
96- {% elif item.timeslot.location.video_stream_url %}
97- < a class =""
98- href ="http://www.meetecho.com/ietf{{meeting.number}}/recordings#{{acronym.upper}} "
99- title ="Meetecho session recording "> < span class ="fd fa-fw fd-meetecho "> </ span > </ a >
10096 {% elif show_empty %}
10197 < span class ="fa fa-fw "> </ span >
10298 {% endif %}
Original file line number Diff line number Diff line change 4343 {% if timeslot.location.video_stream_url %}
4444 < a class =""
4545 href ="{{timeslot.location.video_stream_url|format:session }} "
46- title ="Meetecho video stream "> < span class ="fa fa-fw fa-video-camera "> </ span >
46+ title ="Meetecho session "> < span class ="fa fa-fw fa-video-camera "> </ span >
4747 </ a >
4848 {% endif %}
4949 <!-- Audio stream -->
108108 {% endfor %}
109109 {% endif %}
110110 {% endwith %}
111- {% if timeslot.location.video_stream_url %}
112- < a class =""
113- href ="http://www.meetecho.com/ietf{{meeting.number}}/recordings#{{acronym.upper}} "
114- title ="Meetecho session recording "> < span class ="fd fa-fw fd-meetecho "> </ span > </ a >
115- {% endif %}
116111 {% endif %}
117112 {% endif %}
118113 {% endwith %}
You can’t perform that action at this time.
0 commit comments