Added a link to the meetecho session recording (not the youtube conversion) on the IETF agenda page.
- Legacy-Id: 12430
This commit is contained in:
parent
9c9b15bec8
commit
2a9a7afd0b
|
@ -1030,7 +1030,6 @@ class Session(models.Model):
|
|||
return self._cached_minutes
|
||||
|
||||
def recordings(self):
|
||||
|
||||
return list(self.get_material("recording", only_one=False))
|
||||
|
||||
def bluesheets(self):
|
||||
|
|
7
ietf/static/ietf/images/meetecho-icon.svg
Normal file
7
ietf/static/ietf/images/meetecho-icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 25 KiB |
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
||||
{% load origin %}
|
||||
|
||||
{% load staticfiles %}
|
||||
{% load ietf_filters %}
|
||||
{% load textfilters %}
|
||||
|
||||
|
@ -413,12 +413,11 @@
|
|||
</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<a class="btn btn-default btn-xs"
|
||||
href="http://www.meetecho.com/ietf{{schedule.meeting.number}}/recordings#{{item.session.historic_group.acronym.upper}}"
|
||||
title="Meetecho video recording"><span class="fa fa-file-video-o"></span>
|
||||
</a>
|
||||
{% endif %}
|
||||
<a class="btn btn-default btn-xs"
|
||||
href="http://www.meetecho.com/ietf{{schedule.meeting.number}}/recordings#{{item.session.historic_group.acronym.upper}}"
|
||||
title="Meetecho session recording"><img src="{% static 'ietf/images/meetecho-icon.svg' %}" alt="Meetecho Stream" width="12px">
|
||||
</a>
|
||||
{% endwith %}
|
||||
{% endif %}
|
||||
<!-- Audio recording -->
|
||||
|
|
Loading…
Reference in a new issue