File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ <h1>IESG discuss positions</h1>
6262 {% for p in doc.blocking_positions %}
6363 {% if p.is_old_pos %}< span class ="text-muted "> {% endif %}
6464 {% person_link p.balloter %}
65- ({% if p.discuss_time %}{{ p.discuss_time|timesince_days }} days ago{% endif %}{% if doc.get_state_url != "rfc" and p.rev != doc.rev %}for -{{ p.rev }}{% endif %})
65+ ({% if p.discuss_time %}{{ p.discuss_time|timesince_days }} days ago{% endif %}{% if doc.get_state_url != "rfc" and p.rev != doc.rev %} for -{{ p.rev }}{% endif %})
6666 < br >
6767 {% if p.is_old_pos %}</ span > {% endif %}
6868 {% endfor %}
@@ -85,4 +85,4 @@ <h1>IESG discuss positions</h1>
8585 }
8686 } ) ;
8787 </ script >
88- {% endblock %}
88+ {% endblock %}
Original file line number Diff line number Diff line change 5151 {% for p in doc.blocking_positions %}
5252 {% if p.is_old_pos %}< span class ="text-muted "> {% endif %}
5353 {% person_link p.balloter %}
54- ({% if p.discuss_time %}{{ p.discuss_time|timesince_days }} days ago{% endif %}{% if doc.get_state_url != "rfc" and p.rev != doc.rev %}for -{{ p.rev }}{% endif %})
54+ ({% if p.discuss_time %}{{ p.discuss_time|timesince_days }} days ago{% endif %}{% if doc.get_state_url != "rfc" and p.rev != doc.rev %} for -{{ p.rev }}{% endif %})
5555 < br >
5656 {% if p.is_old_pos %}</ span > {% endif %}
5757 {% endfor %}
6464{% endblock %}
6565{% block js %}
6666 < script src ="{% static "ietf /js/list.js" %}"> </ script >
67- {% endblock %}
67+ {% endblock %}
You can’t perform that action at this time.
0 commit comments