Sha256: ed21c0d87f578a084304241270d7f659691d32524c44ecf774412cd12599fafe

Contents?: true

Size: 1.07 KB

Versions: 47

Compression:

Stored size: 1.07 KB

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

      <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">
            <%= render_emendation_body(emendation) %>
          </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>
</div>

Version data entries

47 entries across 47 versions & 1 rubygems

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