We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8c6d7 commit 573496dCopy full SHA for 573496d
1 file changed
ietf/templates/doc/search/search_result_row.html
@@ -87,9 +87,9 @@
87
{% if ad_name == None or ad_name != doc.ad.plain_name %}
88
<td class="ad">
89
{% if doc.ad %}
90
- <div><a title="AD" href="mailto:doc.ad.email.address">{{ doc.ad }}</a></div>
+ <a title="AD" href="mailto:{{ doc.ad.email_address|urlencode }}">{{ doc.ad }}</a><br>
91
{% endif %}
92
- {% if doc.shepherd %}<a title="Shepherd" href="{{doc.shepherd}}"><small class="text-muted">{{doc.shepherd|emailwrap|default:""}}</small></a>{% endif %}
+ {% if doc.shepherd %}<a title="Shepherd" href="mailto:{{doc.shepherd}}"><small class="text-muted">{{doc.shepherd.person.name}}</small></a>{% endif %}
93
</td>
94
{% else %}
95
<td></td>
0 commit comments