8 lines
194 B
Plaintext
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>
|