| <%= t("valuation.budget_investments.index.table_id") %> | <%= t("valuation.budget_investments.index.table_title") %> | <%= t("valuation.budget_investments.index.table_heading_name") %> | <%= t("valuation.budget_investments.index.table_actions") %> |
|---|---|---|---|
| <%= investment.id %> | <%= link_to investment.title, valuation_budget_budget_investment_path(@budget, investment) %> | <%= investment.heading.name %> | <%= link_to t("valuation.budget_investments.index.edit"), edit_valuation_budget_budget_investment_path(@budget, investment), class: "button hollow expanded" %> |