Sha256: 757e46f76894a8982693c8f6336d9652eeb6df125e4cf1cc4ce1f7ac7f13ba39
Contents?: true
Size: 735 Bytes
Versions: 13
Compression:
Stored size: 735 Bytes
Contents
<% if initiative.accepts_online_votes? %> <%= render partial: "decidim/initiatives/initiatives/vote_button", locals: { initiative:, vote_label: t("vote", scope: "decidim.initiatives.initiatives.vote_cabin"), unvote_label: t("already_voted", scope: "decidim.initiatives.initiatives.vote_cabin"), verification_label: t("verification_required", scope: "decidim.initiatives.initiatives.vote_cabin"), steps: signature_has_steps? } %> <% else %> <button class='button button__lg button__secondary w-full' disabled> <%= t("votes_blocked", scope: "decidim.initiatives.initiatives.vote_cabin") %> </button> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems