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:
parent
4575864bfe
commit
a6a39a04dc
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue