Skip to content

Commit c53b7b0

Browse files
committed
Removed the link to help for the 'Legacy' document stream state, since we don't have any help for that.
- Legacy-Id: 9474
1 parent b59db9a commit c53b7b0

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,14 @@
154154

155155
<tr>
156156
{% 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
157+
<th>
158+
{% 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 %}
159165
</th>
160166
<td class="edit">
161167
{% if doc.stream and can_edit_stream_info %}

0 commit comments

Comments
 (0)