Sha256: c9f5a9b0319b0cd9d16109c6da4d8b9b25cf5e39e4705229361180946dbe7d71
Contents?: true
Size: 547 Bytes
Versions: 45
Compression:
Stored size: 547 Bytes
Contents
<% if initiative.accepts_online_votes? %> <%= render partial: "decidim/initiatives/initiatives/vote_button", locals: { initiative: initiative, vote_label: t(".vote"), unvote_label: t(".already_voted"), verification_label: t(".verification_required"), steps: signature_has_steps? } %> <% else %> <button class='button expanded light button--sc disabled' disabled> <%= t(".votes_blocked") %> </button> <% end %>
Version data entries
45 entries across 45 versions & 1 rubygems