Skip to content

Commit

Permalink
Arregla ruta
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jan 22, 2024
1 parent 8e27350 commit 31251ff
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 134 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
<%= opcion_menu 'Colectivos', msip.orgsociales_path,
desplegable: true %>
<% if session[:capturacaso_acordeon] %>
<%= opcion_menu 'Ficha caso vertical ✓', '/fichacasovertical',
<%= opcion_menu 'Ficha caso vertical ✓', 'fichacasovertical',
desplegable: true, id: 'fichacasovertical'
%>
<% else %>
<%= opcion_menu 'Ficha caso vertical', '/fichacasovertical',
<%= opcion_menu 'Ficha caso vertical', 'fichacasovertical',
desplegable: true, id: 'fichacasovertical'
%>
<% end %>
Expand Down
Loading

0 comments on commit 31251ff

Please sign in to comment.