From a459ffe16ee969dd67ae1cdb8ef8727304a8ddcc Mon Sep 17 00:00:00 2001 From: Adam Ploshay Date: Fri, 20 Sep 2024 11:49:50 -0400 Subject: [PATCH] link contact form to research data site --- app/views/_controls.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_controls.html.erb b/app/views/_controls.html.erb index 06d16d5..66f146a 100644 --- a/app/views/_controls.html.erb +++ b/app/views/_controls.html.erb @@ -5,7 +5,7 @@ + <%= link_to t(:'hyrax.controls.contact'), 'https://researchdata.iu.edu/about/contact/', class: "nav-link", aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %>
<%= render partial: 'catalog/search_form' %>