Merged in [10632] from housley@vigilsec.com:

For documents in the IETF stream, display consensus in the IESG portion of the page.  For documents in other streams, disply consensis in the Stream portion of the page.  Fixes #1560.
 - Legacy-Id: 10655
Note: SVN reference [10632] has been migrated to Git commit 23151352c3
This commit is contained in:
Henrik Levkowetz 2016-01-12 20:43:37 +00:00
commit 5040195214

View file

@ -226,7 +226,7 @@
{% endif %}
</tr>
{% if consensus %}
{% if consensus and not stream_state_type_slug == "draft-stream-ietf" %}
<tr>
<th></th>
<th>Consensus</th>
@ -301,6 +301,21 @@
</td>
</tr>
{% if consensus and stream_state_type_slug == "draft-stream-ietf" %}
<tr>
<th></th>
<th>Consensus</th>
<td class="edit">
{% if can_edit or can_edit_stream_info %}
<a class="btn btn-default btn-xs" href="{% url "doc_edit_consensus" name=doc.name %}">Edit</a>
{% endif %}
</td>
<td>
<span title="Whether the document is the result of a community consensus process as defined in RFC 5741">{{ consensus }}</span>
</td>
</tr>
{% endif %}
<tr>
<th></th>
<th>Telechat date</th>