Skip to content

Commit 3f9e33d

Browse files
committed
Fixed the plenary etherpad name
- Legacy-Id: 11734
1 parent ab8b4a7 commit 3f9e33d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ietf/templates/meeting/agenda.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,11 @@ <h4>Slides</h4>
338338
<a class="btn btn-default btn-xs" href="/meeting/{{schedule.meeting.number}}/agenda/{{item.session.historic_group.acronym}}-drafts.tgz" title="Download meeting materials as .tar archive"><span class="fa fa-file-archive-o"></span></a>
339339
<a class="btn btn-default btn-xs" href="/meeting/{{ schedule.meeting.number }}/agenda/{{item.session.historic_group.acronym}}-drafts.pdf" title="Download meeting materials as PDF file"><span class="fa fa-file-pdf-o"></span></a>
340340
{% endif %}
341-
<a class="btn btn-default btn-xs" href="http://etherpad.tools.ietf.org:9000/p/notes-ietf-{{ schedule.meeting.number }}-{{item.session.historic_group.acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
341+
{% if item.timeslot.type.slug == 'plenary' %}
342+
<a class="btn btn-default btn-xs" href="http://etherpad.tools.ietf.org:9000/p/notes-ietf-{{ schedule.meeting.number }}-plenary?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
343+
{% else %}
344+
<a class="btn btn-default btn-xs" href="http://etherpad.tools.ietf.org:9000/p/notes-ietf-{{ schedule.meeting.number }}-{{item.session.historic_group.acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
345+
{% endif %}
342346
{# show stream buttons up till end of session, then show archive buttons #}
343347
{% if now < item.timeslot.end_time %}
344348
<!-- Jabber -->

0 commit comments

Comments
 (0)