Sha256: 7e8a580834b36b7a29fd804c3c55cf647c5a3ea165c359000a212e9a69c30900
Contents?: true
Size: 811 Bytes
Versions: 13
Compression:
Stored size: 811 Bytes
Contents
<div id="initiative-<%= current_initiative.id %>-progress-bar"> <% current_initiative.votable_initiative_type_scopes.each_with_index do |type_scope, index| %> <% if index == 0 %> <%= cell( "decidim/progress_bar", current_initiative.supports_count_for(type_scope.scope), total: type_scope.supports_required, units_name: "decidim.initiatives.initiatives.votes_count.count", element_id: "initiative-#{current_initiative.id}-votes-count" ) %> <% else %> <%= cell( "decidim/progress_bar", current_initiative.supports_count_for(type_scope.scope), total: type_scope.supports_required, element_id: "initiative-scope-#{type_scope.id}-#{current_initiative.id}-votes-count" ) %> <% end %> <% end %> </div>
Version data entries
13 entries across 13 versions & 1 rubygems