File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242< tr > < td style ="width:18ex; "> Document type:</ td > < td > {{ info.type|escape }}</ td > </ tr >
4343< tr > < td > State:</ td > < td >
4444{{ doc.friendly_state|safe }}
45- {% if doc.rfc_editor_state %}< br /> RFC Editor State: {{ doc.rfc_editor_state|escape }} {% endif %}
45+ {% if doc.rfc_editor_state %}< br /> RFC Editor State: < a href =" http://www.rfc-editor.org/queue2.html#{{doc.draft_name}} " > {{ doc.rfc_editor_state|escape }}</ a > {% endif %}
4646{% if doc.replaces %}< br /> Replaces {% for rep in doc.replaces %}< a href ="/doc/{{rep}}/ "> {{rep}}</ a > {% endfor %}{% endif %}
4747</ td > </ tr >
4848
Original file line number Diff line number Diff line change 5252{% if doc.rfc.updated_by %}< br /> Updated by {{ doc.rfc.updated_by }}{%endif %}
5353{% if doc.rfc.has_errata %}< br /> < a href ="http://www.rfc-editor.org/errata_search.php?rfc={{doc.rfc.rfc_number}} " rel ="nofollow " target ="_blank "> Errata</ a > {% endif %}
5454{% else %}
55- {% if doc.id.rfc_editor_state %}< br /> RFC Editor State: {{ doc.id.rfc_editor_state|escape }}{% endif %}
55+ {% if doc.id.rfc_editor_state %}< br /> RFC Editor State: < a href =" http://www.rfc-editor.org/queue2.html#{{doc.id.draft_name}} " > {{ doc.id.rfc_editor_state|escape }}</ a > {% endif %}
5656{% endif %}
5757</ td >
5858< td class ="ballot ">
5959{% if doc.rfc and doc.rfc.in_ietf_process and doc.rfc.ietf_process.has_active_iesg_ballot %}{% ballot_icon doc.rfc %}{% else %}{% if doc.id %}{% ballot_icon doc.id %}{%endif%}{%endif%}</ td >
6060< td class ="ad "> {% if doc.ad_name %}{{ doc.ad_name|escape }}{% else %} {% endif %}</ td >
6161
62- </ tr >
62+ </ tr >
Original file line number Diff line number Diff line change 5656{% if doc.is_rfc_wrapper %}
5757{% if doc.has_errata %}< br /> < a href ="http://www.rfc-editor.org/errata_search.php?rfc={{doc.rfc_number}} " rel ="nofollow " target ="_blank "> Errata</ a > {% endif %}
5858{% else %}
59- {% if doc.rfc_editor_state %}< br /> RFC Editor State: {{ doc.rfc_editor_state|escape }}{% endif %}
59+ {% if doc.rfc_editor_state %}< br /> RFC Editor State: < a href =" http://www.rfc-editor.org/queue2.html# {{ doc.draft_name}} " > {{ doc. rfc_editor_state|escape }}</ a > {% endif %}
6060{% endif %}
6161
6262</ td >
You can’t perform that action at this time.
0 commit comments