Sha256: c68e57959e97a61bed4971ae1045c2788954a4ebf5e1750ff6e5f9b7720a13ec

Contents?: true

Size: 668 Bytes

Versions: 8

Compression:

Stored size: 668 Bytes

Contents

<%= render layout: "layouts/decidim/shared/layout_center" do %>

  <%= render partial: "wizard_header", locals: { similar_resources_count: similar_emendations.size } %>

  <div class="space-y-8 my-10">
    <% similar_emendations.each do |emendation| %>
      <%= card_for emendation %>
    <% end %>
  </div>

  <div class="form__wrapper-block flex-col-reverse md:flex-row justify-between">
    <%= link_to edit_draft_amend_path(amendment), class: "button button__sm md:button__lg button__secondary ml-auto" do %>
      <span><%= t("continue", scope: "decidim.amendments.compare_draft") %></span>
      <%= icon "arrow-right-line" %>
    <% end %>
  </div>

<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
decidim-core-0.28.5 app/views/decidim/amendments/compare_draft.html.erb
decidim-core-0.28.4 app/views/decidim/amendments/compare_draft.html.erb
decidim-core-0.28.3 app/views/decidim/amendments/compare_draft.html.erb
decidim-core-0.28.2 app/views/decidim/amendments/compare_draft.html.erb
decidim-core-0.28.1 app/views/decidim/amendments/compare_draft.html.erb
decidim-core-0.28.0 app/views/decidim/amendments/compare_draft.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/amendments/compare_draft.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/amendments/compare_draft.html.erb