Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ietf/templates/doc/document_draft.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the next line (L180) switch on stream_id to say "IAB Shepherd" for iab stream otherwise "Doc Shepherd" please

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 %}
Expand Down