Sha256: 201d4b829b2e2c84fe699a8a2170edddc2d38ead4e143feebfabe97cf3767119

Contents?: true

Size: 519 Bytes

Versions: 45

Compression:

Stored size: 519 Bytes

Contents

<%= decidim_form_for(@form, url: debate_debate_close_path(debate, @form), html: { class: "form edit_close_debate" }) do |f| %>
  <div class="card">
    <div class="card-divider">
      <h2 class="card-title"><%= t(".title") %></h2>
    </div>

    <div class="card-section">
      <div class="row column">
        <%= f.translated :editor, :conclusions, autofocus: true, rows: 15 %>
      </div>
    </div>
  </div>

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

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
decidim-debates-0.27.9 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.8 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.7 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.6 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.26.10 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.26.9 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.5 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.26.8 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.4 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.3 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.26.7 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.26.5 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.2 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.1 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.26.4 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.0 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.26.3 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.0.rc2 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.27.0.rc1 app/views/decidim/debates/admin/debate_closes/edit.html.erb
decidim-debates-0.26.2 app/views/decidim/debates/admin/debate_closes/edit.html.erb