File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments