File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments