Skip to content

Commit 60cec84

Browse files
committed
Move state length notification after RFC Editor status (looks better).
Commit ready for merge. - Legacy-Id: 9850
1 parent b367007 commit 60cec84

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/templates/doc/search/status_columns.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
{{ doc.friendly_state|safe }}
1414
{% endif %}
1515

16-
<wbr>{{ doc|state_age_colored }}
17-
1816
{% if doc|state:"draft-rfceditor" %}
1917
<wbr>: <a href="https://www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ doc|state:"draft-rfceditor" }}</a>
2018
{% endif %}
2119

20+
<wbr>{{ doc|state_age_colored }}
2221

23-
2422
{% if doc.telechat_date %}
2523
<br>IESG telechat: {{ doc.telechat_date }}
2624
{% endif %}

0 commit comments

Comments
 (0)