Skip to content

Commit

Permalink
Link "Find Data" button to advanced search
Browse files Browse the repository at this point in the history
Link the "Find Data" button on the home page, and drop down menu
item directly to the Advanced Search interface of the Data Portal,
rather than the intermediary page containing links to the 3 search
engines through which EDI data can be found. Do this to provide
the user a more streamlined and intuitive experience.

The original rationale for linking to an intermediary page was to
highlight the extra effort we put forth to make EDI data findable.
However, such information is provided elsewhere in the website.
  • Loading branch information
clnsmth committed Jun 14, 2024
1 parent ceb21c2 commit bc88840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!--buttons-->
<div class="call-to-action">
<a class="btn btn-secondary btn-lg" href="/data/publish-data" role="button">Publish Data</a>
<a class="btn btn-secondary btn-lg" href="/data/find-data" role="button">Find Data</a>
<a class="btn btn-secondary btn-lg" href="https://portal.edirepository.org/nis/advancedSearch.jsp" rel="noopener noreferrer" target="_blank" role="button">Find Data</a>
</div>
<br/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/shared/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/data/publish-data">Publish Data</a></li>
<li><a class="dropdown-item"
href="/data/find-data" rel="noopener noreferrer" target="_blank">Find Data</a>
href="https://portal.edirepository.org/nis/advancedSearch.jsp" rel="noopener noreferrer" target="_blank">Find Data</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit bc88840

Please sign in to comment.