Files
grecia/app/views/admin/budgets/index.html.erb
Javi Martín fe05bfe9ea Extract admin budgets index to a component
We're going to change it a bit, and using a component allows us to use
the `header` method and easily add a title to this page, which lacked
the `<title>` tag.
2021-03-11 19:37:58 +01:00

2 lines
59 B
Plaintext

<%= render Admin::Budgets::IndexComponent.new(@budgets) %>