Sha256: 8019d49ea8ae45333255e228710820b6bc19caa1825679a603f634678e0cbd99

Contents?: true

Size: 459 Bytes

Versions: 10

Compression:

Stored size: 459 Bytes

Contents

<% if proposals.any? %>
  <section class="section row collapse highlighted_proposals">
    <h4 class="section-heading">
      <%= t(".proposals") %>  <a href="<%= main_component_path(proposals.first.component) %>" class="text-small"><%= t(".see_all_proposals") %></a>
    </h4>
    <div class="row small-up-1 medium-up-2 card-grid">
      <%= render partial: "decidim/participatory_spaces/proposal", collection: proposals %>
    </div>
  </section>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
decidim-proposals-0.13.1 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.12.2 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.13.0 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.12.1 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.13.0.pre1 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.12.0 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.11.2 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.12.0.pre app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.11.1 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb
decidim-proposals-0.11.0.pre1 app/views/decidim/participatory_spaces/_highlighted_proposals.html.erb