Skip to content

Commit

Permalink
Mejora implementación botones radio filtro TAN
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jul 12, 2023
1 parent aa8171e commit c402b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="row filtro-fila">
<div class="offset-sm-6 col-sm-6">
<%= render partial: 'msip/controles/filtro_tan/botones_radio',
locals: { f: f, atr: :botones_tan_departamentos} %>
locals: { f: f, atr: "botones_tan_#{nomfiltro}"} %>
</div>
</div>
<div class="row filtro-fila">
Expand Down

0 comments on commit c402b3d

Please sign in to comment.