Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Graeme Porteous <gbp@users.noreply.github.com>
  • Loading branch information
HelenWDTK and gbp authored Oct 23, 2024
1 parent f0f1f96 commit e0d02cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/request/_tabs.html.erb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<% content_for :subnav do %>
<li class="<%= 'selected' unless current_page?(requests_path) || @category %>">
<%= link_to 'Search requests', request_list_path %>
<%= link_to _('Search requests'), request_list_path %>
</li>
<li class="<%= 'selected' if current_page?(requests_path) || @category %>">
<%= link_to 'Browse by category', requests_path %>
<%= link_to _('Browse by category'), requests_path %>
</li>
<li>
<%= link_to 'FOI in Action', citations_path %>
<%= link_to _('FOI in Action'), citations_path %>
</li>
<% end %>

0 comments on commit e0d02cc

Please sign in to comment.