Sha256: d825093c9b3172b0e95221811932d6279a919bbaafec138d25189f7c83c7e6a8
Contents?: true
Size: 613 Bytes
Versions: 9
Compression:
Stored size: 613 Bytes
Contents
<% add_decidim_meta_tags(title: t("participatory_process_groups.show.title", scope: "decidim")) %> <main class="wrapper"> <section id="processes-grid" class="section row collapse"> <h1 class="section-heading"><%= t("participatory_process_groups.show.group_participatory_processes", scope: "decidim", group: translated_attribute(group.name)) %></h1> <%= render partial: "decidim/participatory_processes/order_by_processes", locals: { include_filter: false } %> <div class="row small-up-1 medium-up-2 large-up-3 card-grid"> <%= render participatory_processes %> </div> </section> </main>
Version data entries
9 entries across 9 versions & 1 rubygems