Remove Meetecho icon from agenda items and change "Meetecho video stream" to "Meetecho session" for remaining link. Fixes #3135, #3223. Commit ready for merge.

- Legacy-Id: 19260
This commit is contained in:
Jennifer Richards 2021-07-22 19:52:41 +00:00
parent c4753ed9b9
commit ec86d98bb7
2 changed files with 2 additions and 11 deletions

View file

@ -53,7 +53,7 @@
{% elif item.timeslot.location.video_stream_url %}
<a class=""
href="{{item.timeslot.location.video_stream_url|format:session }}"
title="Meetecho video stream"><span class="fa fa-fw fa-video-camera"></span>
title="Meetecho session"><span class="fa fa-fw fa-video-camera"></span>
</a>
{% else %}
<span class="">
@ -93,10 +93,6 @@
<a class="" href="{{ href }}" title="{{ r.title }}"><span class="fa fa-fw fa-file-o"></span></a>
{% endif %}
{% endwith %}{% endfor %}
{% elif item.timeslot.location.video_stream_url %}
<a class=""
href="http://www.meetecho.com/ietf{{meeting.number}}/recordings#{{acronym.upper}}"
title="Meetecho session recording"><span class="fd fa-fw fd-meetecho"></span></a>
{% elif show_empty %}
<span class="fa fa-fw"></span>
{% endif %}

View file

@ -43,7 +43,7 @@
{% if timeslot.location.video_stream_url %}
<a class=""
href="{{timeslot.location.video_stream_url|format:session }}"
title="Meetecho video stream"><span class="fa fa-fw fa-video-camera"></span>
title="Meetecho session"><span class="fa fa-fw fa-video-camera"></span>
</a>
{% endif %}
<!-- Audio stream -->
@ -108,11 +108,6 @@
{% endfor %}
{% endif %}
{% endwith %}
{% if timeslot.location.video_stream_url %}
<a class=""
href="http://www.meetecho.com/ietf{{meeting.number}}/recordings#{{acronym.upper}}"
title="Meetecho session recording"><span class="fd fa-fw fd-meetecho"></span></a>
{% endif %}
{% endif %}
{% endif %}
{% endwith %}