Sha256: dd1c228eb654187532d9cb466d53f8ca7769e547403cda77be12152d60f0d2de
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 Bytes
Contents
<% if active_consultations.any? %> <div class="row section"> <h2 class="section-heading"><%= t "consultations.finished.active_consultations", scope: "decidim" %></h2> <%= render active_consultations %> </div> <% end %> <% if finished_consultations.any? %> <div class="row section"> <h2 class="section-heading"> <%= t "consultations.finished.past_consultations", scope: "decidim" %> </h2> <%= render finished_consultations %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems