<%# locals: (budget:, source_budget:) %>
<%= icon "copy", size: "lg" %>

<%= t("budgets.copy_previous_prompt.title") %>

<%= t("budgets.copy_previous_prompt.description", source_name: source_budget.name) %>

<%= render DS::Button.new( text: t("budgets.copy_previous_prompt.copy_button", source_name: source_budget.name), href: copy_previous_budget_path(budget), method: :post, icon: "copy" ) %> <%= render DS::Link.new( text: t("budgets.copy_previous_prompt.fresh_button"), variant: "secondary", icon: "plus", href: edit_budget_path(budget) ) %>