Note we're adding the `budgets-executions-heading` HTML class, which is consistent to what we do in other components.
Note that we're changing the component so it uses `polymorphic_path`; that way we don't have to pass the `@budget` variable to the component. We could also use `budget_investment_path investment.budget, investment` instead.