Skip to content

Commit 13a377e

Browse files
committed
Reverted the search result rows to the pre-6.48.0 state.
- Legacy-Id: 13195
1 parent 178ba2f commit 13a377e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
<td class="doc">
2626
<div>
27-
<a class="symbol-link" href="{{ doc.get_absolute_url }}"><span class="fa fa-info-circle"></span></a>
28-
<a href="{% url 'ietf.doc.views_doc.document_html' name=doc.canonical_name %}">{% if doc.get_state_slug == "rfc" %}RFC {{ doc.rfc_number }}{% else %}{{ doc.name }}-{{ doc.rev }}{% endif %}</a>
27+
<a href="{{ doc.get_absolute_url }}">{% if doc.get_state_slug == "rfc" %}RFC {{ doc.rfc_number }}{% else %}{{ doc.name }}-{{ doc.rev }}{% endif %}</a>
28+
2929
{% if doc.get_state_slug == "rfc" and "draft" in doc.name %}
3030
<i>(was {{ doc.name }})</i>
3131
{% endif %}

0 commit comments

Comments
 (0)