Skip to content

Commit d008107

Browse files
committed
Added links from the new IANA states to help pages describing the different states.
- Legacy-Id: 5468
1 parent fa93d26 commit d008107

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/idrfc/doc_tab_document_id.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "idrfc/doc_tab_document.html" %}
2-
{% comment %}
2+
{% comment %}<!--
33
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
44
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
55
@@ -31,7 +31,7 @@
3131
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3232
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3333
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34-
{% endcomment %}
34+
-->{% endcomment %}
3535

3636
{% load ietf_filters ietf_streams %}
3737

@@ -130,8 +130,8 @@
130130
{% else %}
131131
{{ doc.friendly_state|safe }}
132132
{% endif %}
133-
{% if info.iana_review_state %}<br />IANA Review State: <a class="editlink" {% if user|in_group:"Secretariat,IANA" %}href="{% url doc_change_iana_state name=doc.draft_name state_type="iana-review" %}"{% endif %}>{{ info.iana_review_state.name|escape }}</a>{% endif %}
134-
{% if info.iana_action_state %}<br />IANA Action State: <a class="editlink" {% if user|in_group:"Secretariat,IANA" %}href="{% url doc_change_iana_state name=doc.draft_name state_type="iana-action" %}"{% endif %}>{{ info.iana_action_state.name|escape }}</a>{% endif %}
133+
{% if info.iana_review_state %}<br />IANA Review State: <a href="/help/state/draft/iana-review/">{{ info.iana_review_state.name|escape }}</a><a class="editlink" {% if user|in_group:"Secretariat,IANA" %}href="{% url doc_change_iana_state name=doc.draft_name state_type="iana-review" %}"{% endif %}>&nbsp;</a>{% endif %}
134+
{% if info.iana_action_state %}<br />IANA Action State: <a href="/help/state/draft/iana-action/">{{ info.iana_action_state.name|escape }}</a><a class="editlink" {% if user|in_group:"Secretariat,IANA" %}href="{% url doc_change_iana_state name=doc.draft_name state_type="iana-action" %}"{% endif %}>&nbsp;</a>{% endif %}
135135
{% if info.rfc_editor_state %}<br />RFC Editor State: <a href="http://www.rfc-editor.org/queue2.html#{{ doc.draft_name }}">{{ info.rfc_editor_state|escape }}</a>{% endif %}
136136
{% ifequal doc.draft_status "Expired" %}
137137
{% if doc.resurrect_requested_by %}(resurrect requested by {{ doc.resurrect_requested_by }}){% endif %}

0 commit comments

Comments
 (0)