feat: Show/edit shepherd for IAB-stream documents (#6498)

* feat: Show/edit shepherd for IAB-stream documents (#4810)

* style: Shepherd for IAB documents is called 'IAB shepherd'
This commit is contained in:
Paul Selkirk 2023-10-23 10:57:23 -04:00 committed by GitHub
parent 4575864bfe
commit a6a39a04dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,11 +173,11 @@
</td>
</tr>
{% endif %}
{% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' or doc.stream_id == 'irtf' or doc.stream_id == 'editorial' %}
{% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' or doc.stream_id == 'irtf' or doc.stream_id == 'editorial' or doc.stream_id == 'iab' %}
<tr>
<td></td>
<th scope="row">
Document shepherd
{% if doc.stream_id == 'iab' %}IAB shepherd{% else %}Document shepherd{% endif %}
</th>
<td class="edit">
{% if can_edit_stream_info and not snapshot %}