Skip to content

Commit 29d3d3d

Browse files
committed
Show comment icon also next to discuss/comment text
- Legacy-Id: 1947
1 parent 4255d7f commit 29d3d3d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/idrfc/doc_ballot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ <h2 style="margin-top:12px;">Discusses and other comments</h2>
7070
<h2 class="ballot_ad">{{pos.ad_name|escape}}</h2>
7171

7272
{% ifequal pos.position "Discuss" %}
73-
<p><b>Discuss ({{pos.discuss_date}})</b></p>
73+
<p><b>Discuss ({{pos.discuss_date}})</b> <img src="/images/comment.png" width="14" height="12" alt=""/></p>
7474
<pre>{{pos.discuss_text|fill:"80"|escape }}</pre>
7575
{% endifequal %}
7676

7777
{% if pos.comment_text %}
78-
<p><b>Comment ({{pos.comment_date}})</b></p>
78+
<p><b>Comment ({{pos.comment_date}})</b> <img src="/images/comment.png" width="14" height="12" alt=""/></p>
7979
<pre>{{pos.comment_text|fill:"80"|escape }}</pre>
8080
{% endif %}
8181
{% endfor %}

ietf/templates/idrfc/doc_ballot_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% for p in positions %}
2-
{% if p.is_old_ad %}[{%endif%}{{p.ad_name}}{% if p.is_old_ad %}]{%endif%}{% if p.has_text %}&nbsp;<img src="/images/comment.png" width="14" height="12" style="novertical-align:middle;" alt="*"/>{% endif %}<br/>
2+
{% if p.is_old_ad %}[{%endif%}{{p.ad_name}}{% if p.is_old_ad %}]{%endif%}{% if p.has_text %}&nbsp;<img src="/images/comment.png" width="14" height="12" alt="*"/>{% endif %}<br/>
33
{% if p.old_positions %}<span class="was">(was {{p.old_positions|join:", "}})</span><br/>{%endif%}
44
{% empty %}
55
<i>none</i>

0 commit comments

Comments
 (0)