We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eda3f9 commit 3f33c70Copy full SHA for 3f33c70
1 file changed
ietf/templates/doc/search/search_result_row.html
@@ -5,8 +5,7 @@
5
6
<td>
7
{% if user.is_authenticated %}
8
- {% if not doc.name in have_doc_status %}
9
- {% elif doc.name in doc_is_tracked %}
+ {% if doc.name in doc_is_tracked %}
10
<a href="{% url "community_remove_track_document" doc.name %}" class="community-list-add-remove-doc" title="Remove from your personal ID list">
11
<span class="fa fa-bookmark-o"></span>
12
</a>
@@ -76,6 +75,8 @@
76
75
{% endif %}
77
{% if doc.shepherd %}<small class="text-muted">{{doc.shepherd|default:""}}</small>{% endif %}
78
</td>
+ {% else %}
79
+ <td></td>
80
81
82
</tr>
0 commit comments