Sha256: f5ae4512086149c8c264bc49efa485065de3ae59e17c212c775d7efb7b7d4fa0
Contents?: true
Size: 969 Bytes
Versions: 4
Compression:
Stored size: 969 Bytes
Contents
<!--the modal window will be used in another pr--> <div class="reveal vote_proposal_modal voting-voting_cards" id="VotingCardsModalHelp" data-reveal role="dialog" aria-modal="true" aria-labelledby="VotingCardsModalHelp-label"> <div class="reveal__content"> <div class="instructions"><%= vote_instructions %></div> <div class="current-choice voting-voting_cards"><div class="vote-card"></div></div> <div class="future-dismiss"> <%= check_box_tag "voting_cards-skip_help", current_component.id, false %> <%= label_tag "voting_cards-skip_help", t("decidim.decidim_awesome.voting.voting_cards.modal.skip") %> </div> <div class="text-center"> <button class="button vote-action"><%= t("decidim.decidim_awesome.voting.voting_cards.modal.proceed") %></button> <button class="button cancel-action hollow secondary" data-close><%= t("decidim.decidim_awesome.voting.voting_cards.modal.cancel") %></button> </div> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems