Skip to content

Commit 7dccae2

Browse files
committed
Changed the mail-not-sent icon on the document ballot page.
- Legacy-Id: 15527
1 parent 22a2e29 commit 7dccae2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

ietf/templates/doc/document_ballot_content.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ <h5 class="panel-title">
9898
{% elif p.ballot.any_email_sent == True %}
9999
<span class="fa fa-envelope pull-right" title="Email requested to be sent for earlier discuss"></span>
100100
{% elif p.ballot.any_email_sent == False %}
101-
<span class="fa fa-exclamation-triangle pull-right" title="No email send requests for this discuss"></span>
101+
<span class="fa fa-comment-o pull-right" title="No email send requests for this discuss"></span>
102102
{% else %}
103-
<span class="pull-right small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</span>
103+
<span class="fa fa-comment-o pull-right" title="No email send requests for this discuss"></span>
104+
104105
{% endif %}
105106
</h5>
106107
</div>
@@ -118,7 +119,7 @@ <h5 class="panel-title">
118119
{% elif p.ballot.any_email_sent == True %}
119120
<span class="fa fa-envelope pull-right" title="Email requested to be sent for earlier comment"></span>
120121
{% elif p.ballot.any_email_sent == False %}
121-
<span class="fa fa-exclamation-triangle pull-right" title="No email send requests for this comment"></span>
122+
<span class="fa fa-comment-o pull-right" title="No email send requests for this comment"></span>
122123
{% else %}
123124
<div class="pull-right small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</div>
124125
{% endif %}

0 commit comments

Comments
 (0)