Skip to content

Commit

Permalink
Remove Meetecho icon from agenda items and change "Meetecho video str…
Browse files Browse the repository at this point in the history
…eam" to "Meetecho session" for remaining link. Fixes #3135, #3223. Commit ready for merge.

 - Legacy-Id: 19260
  • Loading branch information
jennifer-richards committed Jul 22, 2021
1 parent c4753ed commit ec86d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions ietf/templates/meeting/interim_session_buttons.html
Expand Up @@ -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="">
Expand Down Expand Up @@ -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 %}
Expand Down
7 changes: 1 addition & 6 deletions ietf/templates/meeting/session_buttons_include.html
Expand Up @@ -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 -->
Expand Down Expand Up @@ -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 %}
Expand Down

0 comments on commit ec86d98

Please sign in to comment.