Files
grecia/app/views/admin/proposals/index.html.erb
Javi Martín cf5863b29f Move admin proposals index view to a component
This way we can use the `header` method to simplify it a bit.
2025-03-26 16:42:04 +01:00

2 lines
63 B
Plaintext

<%= render Admin::Proposals::IndexComponent.new(@proposals) %>