Sha256: 640794827aff32b49a6df6cc5daa5af6029c2e338644626317069602c0cce7d9

Contents?: true

Size: 1.11 KB

Versions: 4

Compression:

Stored size: 1.11 KB

Contents

<main 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) %>

      <div class="card">
        <div class="p-l">
          <div class="row column view-header">
            <h2 class="heading2"><%= present(emendation).title(links: true, html_escape: true) %></h2>
            <%= cell("decidim/coauthorships", emendation) %>
          </div>

          <div class="row column">
            <%= simple_format present(emendation).body(links: true, strip_tags: true) %>
          </div>

          <br><%= render partial: "attachments", locals: { attached_to: emendation } %>

          <div class="row column flex-center">
            <%= link_to t(".modify"), edit_draft_amend_path(amendment) %>

            <%= button_to t(".publish"), publish_draft_amend_path(amendment), method: :post, class: "button button--nomargin small" %>
          </div>
        </div>
      </div>
    </div>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
decidim-core-0.20.1 app/views/decidim/amendments/preview_draft.html.erb
decidim-core-0.20.0 app/views/decidim/amendments/preview_draft.html.erb
decidim-core-0.19.1 app/views/decidim/amendments/preview_draft.html.erb
decidim-core-0.19.0 app/views/decidim/amendments/preview_draft.html.erb