Files
grecia/app/views/admin/poll/questions/edit.html.erb
2017-09-28 16:03:08 +02:00

8 lines
175 B
Plaintext

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