You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/doc/document_draft.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -338,9 +338,9 @@
338
338
{% endif %}
339
339
{% if user.is_authenticated %}
340
340
{% if tracking_document %}
341
-
<aclass="btn btn-default btn-xs" href="{% url "community_remove_track_document" doc.name %}" title="Remove from your personal ID list"><spanclass="fa fa-bookmark-o"></span> Untrack</a>
341
+
<aclass="btn btn-default btn-xs community-list-add-remove-doc"href="{% url "community_remove_track_document" doc.name %}" title="Remove from your personal ID list"><spanclass="fa fa-bookmark-o"></span> Untrack</a>
342
342
{% else %}
343
-
<aclass="btn btn-default btn-xs" href="{% url "community_add_track_document" doc.name %}" title="Add to your personal ID list"><spanclass="fa fa-bookmark"></span> Track</a>
343
+
<aclass="btn btn-default btn-xs community-list-add-remove-doc"href="{% url "community_add_track_document" doc.name %}" title="Add to your personal ID list"><spanclass="fa fa-bookmark"></span> Track</a>
0 commit comments