Sha256: 0342cc3dc97e7cc89606af217fc2807060ce96e07dbb753eb0675ca3204ff483

Contents?: true

Size: 302 Bytes

Versions: 3

Compression:

Stored size: 302 Bytes

Contents

<div id="initiative-<%= initiative.id %>-supports-count" class="card__support__data">
  <% unless initiative.supports_count.zero? %>
    <span class="card__support__number"><%= initiative.supports_count %></span>
    <span><%= t(".count", count: initiative.supports_count) %></span>
  <% end %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-initiatives-0.11.2 app/views/decidim/initiatives/initiatives/_supports_count.html.erb
decidim-initiatives-0.11.1 app/views/decidim/initiatives/initiatives/_supports_count.html.erb
decidim-initiatives-0.11.0.pre1 app/views/decidim/initiatives/initiatives/_supports_count.html.erb