Skip to content

Commit ec86d98

Browse files
Remove Meetecho icon from agenda items and change "Meetecho video stream" to "Meetecho session" for remaining link. Fixes ietf-tools#3135, ietf-tools#3223. Commit ready for merge.
- Legacy-Id: 19260
1 parent c4753ed commit ec86d98

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

ietf/templates/meeting/interim_session_buttons.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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="">
@@ -93,10 +93,6 @@
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 %}

ietf/templates/meeting/session_buttons_include.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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 -->
@@ -108,11 +108,6 @@
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 %}

0 commit comments

Comments
 (0)