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