Skip to content

Commit

Permalink
Merge branch '8431-topic-pages-tab-arrow-points-to-search-requests-no…
Browse files Browse the repository at this point in the history
…t-browse-by-category' into develop
  • Loading branch information
gbp committed Nov 4, 2024
2 parents 5c7528c + 503b930 commit 6613ecc
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 6613ecc

Please sign in to comment.