Files
nairobi/app/views/admin/poll/questions/edit.html.erb
2017-10-05 11:06:00 +02:00

8 lines
194 B
Plaintext

<%= back_link_to %>
<h2 class="margin-top"><%= t("admin.questions.edit.title") %></h2>
<div class="poll-question-form">
<%= render "form", form_url: admin_question_path(@question) %>
</div>