Sha256: c37db45c1aead1873daf8938e6f6ec9b0f6d8cf3954ff5426abe2201b2b4ab60

Contents?: true

Size: 519 Bytes

Versions: 13

Compression:

Stored size: 519 Bytes

Contents

<div class="home__section-header">
  <h2 class="home__section-title">
    <%= t("active_spaces", scope: i18n_scope) %>
  </h2>
  <% if all_path.present? %>
    <%= link_to all_path, class: "button button__sm button__text-secondary" do %>
      <%= t("see_all_spaces", scope: i18n_scope) %>
      <%= icon "arrow-right-line", class: "fill-current" %>
    <% end %>
  <% end %>
</div>
<div class="card__grid-home">
  <% limited_highlighted_spaces.each do |space| %>
    <%= card_for space, size: :g %>
  <% end %>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
decidim-core-0.29.1 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.28.4 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.29.0 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.28.3 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.29.0.rc4 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.29.0.rc3 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.29.0.rc2 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.29.0.rc1 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.28.2 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.28.1 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.28.0 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.28.0.rc5 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb
decidim-core-0.28.0.rc4 app/cells/decidim/content_blocks/highlighted_participatory_spaces/content.erb