Skip to content

Commit 6609175

Browse files
authored
Merge pull request #25 from IUBLibTech/iulrdc-23_wider_search_field_label
Iulrdc 23 wider search field label
2 parents d19755b + ac746c8 commit 6609175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/_controls.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<nav class="navbar navbar-light bg-light navbar-expand-sm justify-content-between align-items-center px-2 py-3 border-bottom" role="navigation" aria-label="Root Menu">
2-
<ul class="nav navbar-nav col-sm-5">
2+
<ul class="nav navbar-nav col-sm-3">
33
<li class="nav-item <%= 'active' if current_page?(hyrax.root_path) %>">
44
<%= link_to t(:'hyrax.controls.home'), hyrax.root_path, class: "nav-link", aria: current_page?(hyrax.root_path) ? {current: 'page'} : nil %></li>
55
<li class="nav-item <%= 'active' if current_page?(hyrax.about_path) %>">
66
<%= link_to t(:'hyrax.controls.about'), hyrax.about_path, class: "nav-link", aria: current_page?(hyrax.about_path) ? {current: 'page'} : nil %></li>
77
<li class="nav-item <%= 'active' if current_page?(hyrax.contact_path) %>">
88
<%= 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>
99
</ul><!-- /.nav -->
10-
<div class="col-sm-7">
10+
<div class="col-sm-9">
1111
<%= render partial: 'catalog/search_form' %>
1212
</div>
1313
</nav><!-- /.navbar -->

0 commit comments

Comments
 (0)