| <%= t("valuation.budgets.index.table_name") %> | <%= t("valuation.budgets.index.table_phase") %> | <%= t("valuation.budgets.index.table_assigned_investments_valuation_open") %> | <%= t("valuation.budgets.index.table_actions") %> |
|---|---|---|---|
| <%= @budget.name %> | <%= t("budgets.phase.#{@budget.phase}") %> | <%= @investments.count %> | <%= link_to t("valuation.budgets.index.evaluate"), valuation_budget_budget_investments_path(budget_id: @budget.id), class: "button hollow expanded" %> |