Fix duplicate HTML IDs in investments selection

Since this cell is shown once per row, there were multiple rows with the
same HTML ID on the page.
This commit is contained in:
Javi Martín
2024-10-06 14:35:22 +02:00
parent 73166e164b
commit b9c3e75930
2 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@
<% end %>
</td>
<td id="selection" data-field="selected">
<td data-field="selected">
<% if investment.selected? %>
<%= link_to_if can?(:toggle_selection, investment),
t("admin.budget_investments.index.selected"),