Skip to content

Commit 7d437d9

Browse files
committed
Expand the milestone information on the document metainfo tab a bit.
- Legacy-Id: 13186
1 parent 457f0ee commit 7d437d9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,11 @@
250250
<td>
251251
{{ stream_state|default:"(None)" }}
252252

253+
{% if milestones %} (<span class="milestone">wg milestone{{ milestones|pluralize }}:</span>
253254
{% for m in milestones %}
254-
<span title="{{ m.desc }} ({{ m.group.acronym }} milestone)" class="milestone">{{ m.due|date:"M Y" }}</span>
255-
{% endfor %}
255+
<span title="{{ m.desc }} ({{ m.group.acronym }} milestone)" class="milestone">{{ m.due|date:"M Y" }} - {{m}}</span>{% if not forloop.last %},{% endif %}
256+
{% endfor %})
257+
{% endif %}
256258

257259
{% if stream_tags %}
258260
<div class="stream-tags">{% for tag in stream_tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %}</div>

0 commit comments

Comments
 (0)