Sha256: 3d07d8a6c31f7df31a1dadf537bc23057c26f942dbc9a7b20f02349fd49a1a7b

Contents?: true

Size: 747 Bytes

Versions: 46

Compression:

Stored size: 747 Bytes

Contents

<div class="wrapper">
  <div class="row">
    <%= cell("decidim/amendable/wizard_step_form", amendable, view: :wizard_aside ) %>

    <div class="columns large-6">
      <%= cell("decidim/amendable/wizard_step_form", amendable, view: :wizard_header, similar_resources_count: similar_emendations.size ) %>

      <div class="row small-up-1 card-grid">
        <% similar_emendations.each do |emendation| %>
          <%= render partial: "similar_emendation", locals: { emendation: emendation } %>
        <% end %>
      </div>

      <div class="row column text-center">
        <%= link_to t(".continue"), edit_draft_amend_path(amendment), class: "button small" %>
      </div>
    </div>

    <div class="columns large-3"></div>
  </div>
</div>

Version data entries

46 entries across 46 versions & 1 rubygems

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