Sha256: f11a07742aac065bcd513b220815485444c1c9cd041f6255cdfe20ef2cf4b03c

Contents?: true

Size: 552 Bytes

Versions: 6

Compression:

Stored size: 552 Bytes

Contents

<%
edit_link(
  resource_locator(current_voting).edit,
  :update,
  :voting,
  voting: current_voting
)
%>

<div class="wrapper">
  <div class="row column">
    <% Decidim::ContentBlock.published.for_scope(:voting_landing_page, organization: current_organization).where(scoped_resource_id: current_voting.id).each do |content_block| %>
      <% next unless content_block.manifest %>

      <%= cell content_block.manifest.cell, content_block %>
    <% end %>
  </div>
</div>

<%= render partial: "voting_details", locals: { voting: current_voting } %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-elections-0.24.3 app/views/decidim/votings/votings/show.html.erb
decidim-elections-0.24.2 app/views/decidim/votings/votings/show.html.erb
decidim-elections-0.24.1 app/views/decidim/votings/votings/show.html.erb
decidim-elections-0.24.0 app/views/decidim/votings/votings/show.html.erb
decidim-elections-0.24.0.rc2 app/views/decidim/votings/votings/show.html.erb
decidim-elections-0.24.0.rc1 app/views/decidim/votings/votings/show.html.erb