File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -363,9 +363,9 @@ <h4>Slides</h4>
363363 < 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 >
364364 {% endif %}
365365 {% if item.timeslot.type.slug == 'plenary' %}
366- < 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 >
366+ < a class ="btn btn-default btn-xs " href ="http://etherpad.tools.ietf.org/p/notes-ietf-{{ schedule.meeting.number }}-plenary?useMonospaceFont=true " title ="Etherpad for note-takers "> < span class ="fa fa-edit "> </ span > </ a >
367367 {% else %}
368- < 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 >
368+ < a class ="btn btn-default btn-xs " href ="http://etherpad.tools.ietf.org/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 >
369369 {% endif %}
370370 {# show stream buttons up till end of session, then show archive buttons #}
371371 {% if now < item .timeslot.end_time %}
You can’t perform that action at this time.
0 commit comments