Files
grecia/app/components/budgets/ballot/investment_component.html.erb
2025-03-27 16:19:26 +01:00

15 lines
438 B
Plaintext

<li id="<%= list_item_id %>">
<%= investment_title %>
<%= investment_price %>
<% if budget.balloting? %>
<%= button_to delete_path,
title: t("budgets.ballots.show.remove"),
class: "remove-budget-investment",
method: :delete,
remote: true do %>
<span class="show-for-sr"><%= t("budgets.ballots.show.remove") %></span>
<% end %>
<% end %>
</li>