Skip to content

Commit 23032bb

Browse files
committed
Merged in [19455] from rjsparks@nostrum.com:
Update notes links, reflect the removal of etherpad. - Legacy-Id: 19502 Note: SVN reference [19455] has been migrated to Git commit ef81494
2 parents 0310cb6 + ef81494 commit 23032bb

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

ietf/templates/meeting/interim_session_buttons.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,9 @@
1717
<!-- etherpad -->
1818
{% if use_codimd %}
1919
{% if item.timeslot.type.slug == 'plenary' %}
20-
<a class="" href="https://codimd.ietf.org/notes-ietf-{{ meeting.number }}-plenary title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
20+
<a class="" href="https://notes.ietf.org/notes-ietf-{{ meeting.number }}-plenary" title="Notepad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
2121
{% else %}
22-
<a class="" href="https://codimd.ietf.org/notes-ietf-{{ meeting.number }}-{{acronym}}" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
23-
{% endif %}
24-
{% else %}
25-
{% if item.timeslot.type.slug == 'plenary' %}
26-
<a class="" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ meeting.number }}-plenary?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
27-
{% else %}
28-
<a class="" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ meeting.number }}-{{acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
22+
<a class="" href="https://notes.ietf.org/notes-ietf-{{ meeting.number }}-{{acronym}}" title="Notepad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
2923
{% endif %}
3024
{% endif %}
3125

ietf/templates/meeting/session_buttons_include.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@
2121
<!-- etherpad -->
2222
{% if use_codimd %}
2323
{% if timeslot.type.slug == 'plenary' %}
24-
<a class="" href="https://codimd.ietf.org/notes-ietf-{{ meeting.number }}-plenary" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
24+
<a class="" href="https://notes.ietf.org/notes-ietf-{{ meeting.number }}-plenary" title="Notepad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
2525
{% else %}
26-
<a class="" href="https://codimd.ietf.org/notes-ietf-{{ meeting.number }}-{{acronym}}" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
27-
{% endif %}
28-
{% else %}
29-
{% if timeslot.type.slug == 'plenary' %}
30-
<a class="" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ meeting.number }}-plenary?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
31-
{% else %}
32-
<a class="" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ meeting.number }}-{{acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
26+
<a class="" href="https://notes.ietf.org/notes-ietf-{{ meeting.number }}-{{acronym}}" title="Notepad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
3327
{% endif %}
3428
{% endif %}
3529

0 commit comments

Comments
 (0)