Skip to content

Commit

Permalink
Edicion en general debe cargar controladores stimulus. https://gitlab…
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Aug 6, 2023
1 parent ce541db commit 75f7e29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/sivel2_gen/casos/_index_tabla.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
sivel2_gen.edit_caso_path(caso.caso_id), :class => 'btn btn-sm' %>
<% elsif vcaso && can?(:edit, vcaso) %>
<%= link_to t('.edit', :default => t("helpers.links.edit")),
sivel2_gen.edit_caso_path(caso.caso_id), :class => 'btn btn-sm' %>
sivel2_gen.edit_caso_path(caso.caso_id),
"data-turbo": false,
:class => 'btn btn-sm' %>
<% end %>
<%= render partial: 'sivel2_gen/casos/index_mas_acciones',
locals: {caso: caso, registro: caso} %>
Expand Down

0 comments on commit 75f7e29

Please sign in to comment.