Skip to content

Commit

Permalink
Update _tabs.html.erb
Browse files Browse the repository at this point in the history
Moves the arrow

Fixes #8431
  • Loading branch information
HelenWDTK authored and gbp committed Nov 4, 2024
1 parent 46337bb commit 503b930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/request/_tabs.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<% content_for :subnav do %>
<li class="<%= 'selected' unless current_page?(requests_path) %>">
<li class="<%= 'selected' unless current_page?(requests_path) || @category %>">
<%= link_to _('Search requests'), request_list_path %>
</li>
<li class="<%= 'selected' if current_page?(requests_path) %>">
<li class="<%= 'selected' if current_page?(requests_path) || @category %>">
<%= link_to _('Browse by category'), requests_path %>
</li>
<li>
Expand Down

0 comments on commit 503b930

Please sign in to comment.