Sha256: d0de32387698d0c189d879bbe6680d2bbcbf145ff1fdd6a1f7cc04125025b9e1

Contents?: true

Size: 188 Bytes

Versions: 7

Compression:

Stored size: 188 Bytes

Contents

<div class="plan-contents">
  <% @plan.sections.each do |section| %>
    <%= 
    render partial: "content",
    object: @plan.contents.find_by(section: section)
    %>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-plans-0.16.4 app/views/decidim/plans/plans/_contents.html.erb
decidim-plans-0.16.3 app/views/decidim/plans/plans/_contents.html.erb
decidim-plans-0.16.2 app/views/decidim/plans/plans/_contents.html.erb
decidim-plans-0.16.1 app/views/decidim/plans/plans/_contents.html.erb
decidim-plans-0.16.0 app/views/decidim/plans/plans/_contents.html.erb
decidim-plans-0.15.1 app/views/decidim/plans/plans/_contents.html.erb
decidim-plans-0.15.0 app/views/decidim/plans/plans/_contents.html.erb