6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
<%= link_list(
|
|
[t("valuation.menu.title"), valuation_root_path],
|
|
[t("valuation.menu.budgets"), valuation_budgets_path, controller_name == "budget_investments", class: "budgets-link"],
|
|
id: "valuation_menu"
|
|
) %>
|