Skip to content

Commit 5ff8536

Browse files
committed
Removed microscopic photos from nomcom feedback page buttons. Few browsers render them correctly with badges, and they are too small to provide meaningful information.
- Legacy-Id: 15614
1 parent 56d622b commit 5ff8536

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

ietf/templates/nomcom/feedback.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ <h4>{{ p.name }}</h4>
6262
<a class="btn btn-default btn-xs" {% if nomcom.group.state_id != 'conclude' %}href="?nominee={{np.nominee.id}}&position={{ np.position.id}}"{% endif %}>
6363
{{ np.nominee.name }}
6464
{% with count=counts|lookup:np.position.id|lookup:np.nominee.id %}
65-
{% if nomcom.show_nominee_pictures %}
66-
{% if np.nominee.person.photo_thumb %}
67-
<span class="photo"><img src="{{np.nominee.person.photo_thumb.url}}" width=15 height=15/></span>
68-
{% else %}
69-
<span class="photo">&nbsp;</span>
70-
{% endif %}
71-
{% endif %}
7265
<span class="badge"
7366
title="{% if count %}{{count}} earlier comment{{count|pluralize}} from you {% else %}You have not yet provided feedback {% endif %} on {{np.nominee.email.address}} as {{np.position}}">
7467
{{ count | default:"no feedback" }}

0 commit comments

Comments
 (0)