Sha256: fda0a6047b7fbdfc8eb80424179807024761f0985667556748aa625b989aab2c

Contents?: true

Size: 718 Bytes

Versions: 16

Compression:

Stored size: 718 Bytes

Contents

<div class="row">
  <div class="columns large-6 small-centered">
    <div class="card">
      <div class="card__content">
        <%= decidim_form_for(@form, html: { class: "plans-form" }) do |form| %>
          <%= render partial: "form", object: form %>

          <div class="actions">
            <%= form.submit t(".update"), class: "button expanded mt-s mb-none", data: { disable: true } %>
          </div>

          <% if @plan.draft? %>
            <div class="row column flex-center">
              <%= link_to t(".discard"), plan_path(@plan), method: :delete, data: { confirm: t(".discard_confirmation") } %>
            </div>
          <% end %>
        <% end %>
      </div>
    </div>
  </div>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
decidim-plans-0.18.2 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.18.1 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.18.0 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.17.0 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.9 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.8 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.7 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.6 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.5 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.4 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.3 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.2 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.1 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.16.0 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.15.1 app/views/decidim/plans/plans/edit.html.erb
decidim-plans-0.15.0 app/views/decidim/plans/plans/edit.html.erb