Skip to content

Commit f861882

Browse files
committed
Make the link to the search form more prominent in the community list explicitly added documents page.
- Legacy-Id: 4587
1 parent 3ade3e4 commit f861882

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/community/manage_clist.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ <h2>Documents explicitly included, from a document search.</a></h2>
3333
In order to add some individual documents to your list you have to:
3434
</p>
3535
<ul>
36-
<li>Search the document or documents you want to add using <a href="/doc/search">the datatracker search form</a>.</li>
36+
<li>Search the document or documents you want to add using the datatracker search form.</li>
3737
<li>In the search result you'll find a link to add individual documents to your list.</li>
3838
</ul>
39+
<p><a href="/doc/search"><b>Go to the Search Form to search for and add specific documents</b></a></p>
40+
3941
<table class="ietf-table">
4042
<tr><th>Name</th><th>State</th><th>Title</th><th>Remove from list</th></tr>
4143
{% for doc in cl.added_ids.all %}

0 commit comments

Comments
 (0)