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