Skip to content

Commit

Permalink
link contact form to research data site
Browse files Browse the repository at this point in the history
  • Loading branch information
aploshay committed Sep 20, 2024
1 parent 8674541 commit a459ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_controls.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<li class="nav-item <%= 'active' if current_page?(hyrax.about_path) %>">
<%= link_to t(:'hyrax.controls.about'), hyrax.about_path, class: "nav-link", aria: current_page?(hyrax.about_path) ? {current: 'page'} : nil %></li>
<li class="nav-item <%= 'active' if current_page?(hyrax.contact_path) %>">
<%= link_to t(:'hyrax.controls.contact'), hyrax.contact_path, class: "nav-link", aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %></li>
<%= link_to t(:'hyrax.controls.contact'), 'https://researchdata.iu.edu/about/contact/', class: "nav-link", aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %></li>
</ul><!-- /.nav -->
<div class="col-sm-7">
<%= render partial: 'catalog/search_form' %>
Expand Down

0 comments on commit a459ffe

Please sign in to comment.