Sha256: 76f0259bf0ff52f2cd242640e852af1f5e6e7688f858dbf836b0be0f7889c4f8

Contents?: true

Size: 1.13 KB

Versions: 11

Compression:

Stored size: 1.13 KB

Contents

<div class="row" id="highlighted-initiatives">
  <h3 class="section-heading"><%= t(".active_initiatives") %></h3>
  <div class="row collapse">
    <div class="row small-up-1 smallmedium-up-2 mediumlarge-up-3 large-up-4 card-grid">
      <% highlighted_initiatives.each do |initiative| %>
        <div class="column">
          <article class="card card--initiative card--mini">
            <%= link_to decidim_initiatives.initiative_path(initiative), class: "card__link" do %>
            <% end %>
            <div class="card__content">
              <%= link_to decidim_initiatives.initiative_path(initiative), class: "card__link" do %>
                <h4 class="card__title"><%= translated_attribute initiative.title %></h4>
              <% end %>
            </div>
          </article>
        </div>
      <% end %>
    </div>
  </div>
</div>

<div class="row" id="see-all-initiatives">
  <div class="columns small-centered small-12 smallmedium-8 medium-6 large-4">
    <%= link_to t(".see_all_initiatives"), decidim_initiatives.initiatives_path,
                class: "button expanded hollow button--sc home-section__cta" %>
  </div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
decidim-initiatives-0.13.1 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.12.2 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.13.0 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.12.1 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.13.0.pre1 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.12.0 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.11.2 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.12.0.pre app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.11.1 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.11.0.pre1 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb
decidim-initiatives-0.9.1 app/views/decidim/initiatives/pages/home/_highlighted_initiatives.html.erb