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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user