AyuntamientoMadrid/participacion

View on GitHub
app/views/admin/proposals/_form.html.erb

Summary

Maintainability
Test Coverage
<%= form_for [:admin, @proposal] do |f| %>

  <%= render "shared/errors", resource: @proposal %>

  <%= f.check_box :selected %>

  <%= f.submit t("admin.proposals.form.update"), class: "button success" %>

<% end %>