We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178ba2f commit 13a377eCopy full SHA for 13a377e
1 file changed
ietf/templates/doc/search/search_result_row.html
@@ -24,8 +24,8 @@
24
25
<td class="doc">
26
<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>
+ <a href="{{ doc.get_absolute_url }}">{% if doc.get_state_slug == "rfc" %}RFC {{ doc.rfc_number }}{% else %}{{ doc.name }}-{{ doc.rev }}{% endif %}</a>
+
29
{% if doc.get_state_slug == "rfc" and "draft" in doc.name %}
30
<i>(was {{ doc.name }})</i>
31
{% endif %}
0 commit comments