Sha256: 1c7f7534b2f69a9bc90c40725d465830749b49099cb985bb4a09abb288ce2b1f

Contents?: true

Size: 344 Bytes

Versions: 24

Compression:

Stored size: 344 Bytes

Contents

.effective-ballot
  %table.table.table-hover
    %thead
      %tr
        %th Question
        %th Response

    %tbody
      - ballot.poll.poll_questions.each_with_index do |poll_question, index|
        - ballot_response = ballot.ballot_response(poll_question)

        %tr
          %td= poll_question
          %td= render(ballot_response)

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
effective_polls-0.7.2 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.7.1 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.7.0 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.6.2 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.6.1 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.6.0 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.5.6 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.5.5 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.5.4 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.5.3 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.5.2 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.5.1 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.5.0 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.4.1 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.4.0 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.3.0 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.2.0 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.1.6 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.1.5 app/views/effective/ballots/_ballot.html.haml
effective_polls-0.1.4 app/views/effective/ballots/_ballot.html.haml