14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
<%= back_link_to %>
|
|
|
|
<h2 class="margin-top">
|
|
<% if @poll.present? %>
|
|
<%= t("admin.questions.new.title", poll: @poll.name) %>
|
|
<% else %>
|
|
<%= t("admin.questions.new.title_proposal") %>
|
|
<% end %>
|
|
</h2>
|
|
|
|
<div class="poll-question-form">
|
|
<%= render "form", form_url: admin_questions_path %>
|
|
</div>
|