Files
nairobi/app/components/polls/form_component.html.erb
Javi Martín eccf906e45 Add component to render the form poll
Right now it just renders the questions as it used to.
2025-08-12 12:45:12 +02:00

2 lines
77 B
Plaintext

<%= render Polls::Questions::QuestionComponent.with_collection(questions) %>