Sha256: ccfcecd9d55ce4e3f18cc17bb6bcc78c8c54c4c1008f41ada9533f78bfd1858c

Contents?: true

Size: 254 Bytes

Versions: 6

Compression:

Stored size: 254 Bytes

Contents

<%= decidim_form_for(@form, html: { class: "form edit_debate" }) do |f| %>
  <%= render partial: 'form', object: f, locals: { title: t('.title') } %>

  <div class="button--double form-general-submit">
    <%= f.submit t(".update") %>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-debates-0.10.1 app/views/decidim/debates/admin/debates/edit.html.erb
decidim-debates-0.10.0 app/views/decidim/debates/admin/debates/edit.html.erb
decidim-debates-0.9.3 app/views/decidim/debates/admin/debates/edit.html.erb
decidim-debates-0.9.2 app/views/decidim/debates/admin/debates/edit.html.erb
decidim-debates-0.9.1 app/views/decidim/debates/admin/debates/edit.html.erb
decidim-debates-0.9.0 app/views/decidim/debates/admin/debates/edit.html.erb