Sha256: 1366079e2c352d2a9ac2ea6c06983b1afbbfeb99d22780ebd940095fbad53b38
Contents?: true
Size: 643 Bytes
Versions: 18
Compression:
Stored size: 643 Bytes
Contents
<% provide :meta_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 || render(partial: "no_processes_yet") %> </div> </section> </main>
Version data entries
18 entries across 18 versions & 2 rubygems