Sha256: 63c912e9886e25c8a3e1bf4a26833c9e54b414850a36998f9e519930a6e48b2d
Contents?: true
Size: 795 Bytes
Versions: 7
Compression:
Stored size: 795 Bytes
Contents
<div id="vote-container" data-proposal-id="<%= proposal.id %>"> <div class="vote-block"> <% unless current_settings.votes_hidden? %> <p class="vote-count" data-weight="<%= weight %>"><%= proposal_votes(weight) %></p> <% end %> <%= action_authorized_link_to :vote, proposal_vote_path(weight), **link_options(weight) do %> <span class="vote-label"><%= proposal.manifest.label_for(weight) %></span> <%= content_tag :svg, role: "img" do content_tag(:title, t("decidim.decidim_awesome.voting.voting_cards.voting_for", proposal: sanitized_title, type: proposal.manifest.label_for(weight))) + content_tag(:use, "", "href" => svg_path(weight)) end %> <% end %> </div> </div>
Version data entries
7 entries across 7 versions & 1 rubygems