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