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

Version Path
decidim-decidim_awesome-0.10.3 app/cells/decidim/decidim_awesome/voting/voting_cards_proposal_modal/show.erb
decidim-decidim_awesome-0.10.2 app/cells/decidim/decidim_awesome/voting/voting_cards_proposal_modal/show.erb
decidim-decidim_awesome-0.10.1 app/cells/decidim/decidim_awesome/voting/voting_cards_proposal_modal/show.erb
decidim-decidim_awesome-0.10.0 app/cells/decidim/decidim_awesome/voting/voting_cards_proposal_modal/show.erb