Files
grecia/app/views/moderation/users/index.html.erb
Javi Martín e9d9789c25 Move users moderation index view to a component
This way it's easier to change the logic and write tests for it.
2021-12-30 15:50:03 +01:00

2 lines
60 B
Plaintext

<%= render Moderation::Users::IndexComponent.new(@users) %>