Skip to content

Commit

Permalink
fix: link in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael-Martins committed Oct 16, 2023
1 parent 7cf3ebf commit 5d20320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</span>
<span class="text"><%= cases_index_title %></span>
</a>
<%= render partial: 'shared/sidebar_dropdown', locals: { all_link_path: casa_cases_path, dropdown_id: "ddmenu_cases", link_generator: method(:edit_casa_case_path) } %>
<%= render partial: 'shared/sidebar_dropdown', locals: { all_link_path: casa_cases_path, dropdown_id: "ddmenu_cases", link_generator: method(:casa_case_path) } %>
</li>

<% else %>
Expand Down

0 comments on commit 5d20320

Please sign in to comment.