Skip to content

Commit

Permalink
Merge pull request #8 from IUBLibTech/iulrdc-14_contact_form
Browse files Browse the repository at this point in the history
link contact form to research data site
  • Loading branch information
dlpierce authored Sep 20, 2024
2 parents 299f021 + a459ffe commit 964f59c
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 964f59c

Please sign in to comment.