We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59db9a commit c53b7b0Copy full SHA for c53b7b0
1 file changed
ietf/templates/doc/document_draft.html
@@ -154,8 +154,14 @@
154
155
<tr>
156
{% if doc.stream %}
157
- <th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type=doc.stream.slug %}">
158
- {% if doc.stream.slug == "ietf" %} WG {% else %} {{ doc.stream }} {% endif %} state
+ <th>
+ {% if doc.stream.slug != "legacy" %}
159
+ <a href="{% url "ietf.help.views.state" doc=doc.type.slug type=doc.stream.slug %}">
160
+ {% if doc.stream.slug == "ietf" %} WG {% else %} {{ doc.stream }} {% endif %} state
161
+ </a>
162
+ {% else %}
163
+ Legacy state
164
+ {% endif %}
165
</th>
166
<td class="edit">
167
{% if doc.stream and can_edit_stream_info %}
0 commit comments