From bc8884058585d7fe4053d9feec9660413a07bbae Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Fri, 14 Jun 2024 12:58:03 -0700 Subject: [PATCH] Link "Find Data" button to advanced search 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. --- templates/index.html | 2 +- templates/shared/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3e5c630..f9fc69a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,7 @@
Publish Data - Find Data + Find Data

diff --git a/templates/shared/layout.html b/templates/shared/layout.html index 9c3e3c6..7bfecbb 100644 --- a/templates/shared/layout.html +++ b/templates/shared/layout.html @@ -52,7 +52,7 @@