Sha256: 3ed19fcbe1eab982c80c747a8f793dcee49fced1435d3f617d56c7b097f8a508
Contents?: true
Size: 391 Bytes
Versions: 10
Compression:
Stored size: 391 Bytes
Contents
const $grid = $('#processes-grid'); const $loading = $grid.find('.loading'); $grid.find('.card-grid').html('<%= j(render(collection) || render(partial: "no_processes_yet")).strip.html_safe %>'); $grid.find('.processes-grid-order-by').html('<%= j(render(partial: "decidim/participatory_processes/order_by_processes", locals: { include_filter: true })).strip.html_safe %>'); $loading.hide();
Version data entries
10 entries across 10 versions & 2 rubygems