Skip to content

Commit

Permalink
Update _checkbox.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev authored Oct 17, 2022
1 parent 8463d62 commit 7130feb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<td>
<input type="checkbox" value="<%= value %>" data-batch-action-option="checkbox" />
<input type="checkbox" value="<%= value %>" name='batch_action_ids[]' data-batch-action-option="checkbox" />
</td>

0 comments on commit 7130feb

Please sign in to comment.