Skip to content

Commit

Permalink
Update _tabs.html.erb
Browse files Browse the repository at this point in the history
Moves the arrow
  • Loading branch information
HelenWDTK authored Oct 23, 2024
1 parent 46337bb commit f0f1f96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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) %>">
<%= link_to _('Search requests'), request_list_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) %>">
<%= link_to _('Browse by category'), requests_path %>
<li class="<%= 'selected' if current_page?(requests_path) || @category %>">
<%= 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 f0f1f96

Please sign in to comment.