AyuntamientoMadrid/participacion

View on GitHub
app/views/admin/poll/questions/new.html.erb

Summary

Maintainability
Test Coverage
<%= 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>