Files
grecia/app/views/admin/poll/questions/options/videos/edit.html.erb
Javi Martín 5fa6db2226 Rename HTML attributes referencing poll options
Since now poll question answers have been renamed to poll question
options, using HTML IDs, classes and data attributes named `answer` was
confusing.
2024-06-13 19:13:05 +02:00

10 lines
241 B
Plaintext

<%= back_link_to admin_option_videos_path(@option) %>
<h2>
<%= t("admin.answers.videos.edit.title") %>
</h2>
<div class="poll-question-option-video-form">
<%= render "form", form_url: admin_option_video_path(@option, @video) %>
</div>