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