File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ <h5>
128128 < i class ="bi bi-envelope float-end "
129129 title ="Email requested to be sent for earlier discuss "> </ i >
130130 {% elif p.any_email_sent == False %}
131- < i class ="bi bi-chat-o float-end "
131+ < i class ="bi bi-chat float-end "
132132 title ="No email send requests for this discuss "> </ i >
133133 {% else %}
134- < i class ="bi bi-chat-o float-end "
134+ < i class ="bi bi-chat float-end "
135135 title ="No email send requests for this discuss "> </ i >
136136 {% endif %}
137137 </ div >
@@ -208,7 +208,7 @@ <h5 id="{{ doc.name|slugify }}_{{ p.balloter.plain_name|slugify }}">
208208 < i class ="bi bi-envelope float-end "
209209 title ="Email requested to be sent for earlier ballot position "> </ i >
210210 {% elif p.any_email_sent == False %}
211- < i class ="bi bi-chat-o float-end "
211+ < i class ="bi bi-chat float-end "
212212 title ="No email send requests for this ballot position "> </ i >
213213 {% else %}
214214 < div class ="float-end small italic "
Original file line number Diff line number Diff line change 11011101 < a class ="btn btn-primary btn-sm review-wish-add-remove-doc ajax {% if not doc.has_review_wish %}hide{% endif %} "
11021102 href ="{% url "ietf.doc.views_review.review_wishes_remove " name=doc.name %}?next ={{ request.get_full_path|urlencode }} "
11031103 title="Remove from your review wishes for all teams ">
1104- < i class ="bi bi-chats ">
1104+ < i class ="bi bi-chat-left-heart-fill ">
11051105 </ i >
11061106 Remove review wishes
11071107 </ a >
11081108 < a class ="btn btn-primary btn-sm review-wish-add-remove-doc {% if user.review_teams|length_is: "1 " %}ajax {% endif %}{% if doc.has_review_wish %}hide{% endif %}"
11091109 href="{% url "ietf.doc.views_review.review_wish_add " name=doc.name %}?next ={{ request.get_full_path|urlencode }} "
11101110 title="Add to your review wishes ">
1111- < i class ="bi bi-chats ">
1111+ < i class ="bi bi-chat-left-heart ">
11121112 </ i >
11131113 Add review wish
11141114 </ a >
Original file line number Diff line number Diff line change 2929 < a class ="review-wish-add-remove-doc ajax {% if not doc.has_review_wish %}visually-hidden{% endif %} "
3030 href ="{% url "ietf.doc.views_review.review_wishes_remove " name=doc.name %}?next ={{ request.get_full_path|urlencode }} "
3131 title="Remove from your review wishes for all teams ">
32- < i class ="bi bi-chats "> </ i >
32+ < i class ="bi bi-chat-left-heart-fill "> </ i >
3333 </ a >
3434 < a class ="review-wish-add-remove-doc {% if user.review_teams|length_is: "1 " %}ajax {% endif %} {% if doc.has_review_wish %}visually-hidden{% endif %}"
3535 href="{% url "ietf.doc.views_review.review_wish_add " name=doc.name %}?next ={{ request.get_full_path|urlencode }} "
3636 title="Add to your review wishes ">
37- < i class ="bi bi-chats-o "> </ i >
37+ < i class ="bi bi-chat-left-heart "> </ i >
3838 </ a >
3939 < br >
4040 {% endif %}
Original file line number Diff line number Diff line change 1212 < div >
1313 < span class ="requested-duration "> {{ session.requested_duration_in_hours|floatformat }}h</ span >
1414 {% if session.attendees != None %}< span class ="attendees "> · {{ session.attendees }}</ span > {% endif %}
15- {% if session.comments %}< span class ="comments "> < i class ="bi bi-chat-o "> </ i > </ span > {% endif %}
15+ {% if session.comments %}< span class ="comments "> < i class ="bi bi-chat "> </ i > </ span > {% endif %}
1616 {% if session.constrained_sessions %}
1717 < span class ="constraints ">
1818 {% for label, sessions in session.constrained_sessions %}
You can’t perform that action at this time.
0 commit comments