Sha256: 54948815cefe8e8a4c0abfc148a91fecde0741edb6e0cd0ce3d0f64275c11073

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

= election.name

= form_for voting_result do |f|
  - election_details.each do |bfd|
    %p
      = f.label :election_detail_id, bfd.name
      = f.radio_button :election_detail_id, bfd.id

  = f.submit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_voter-0.2.1 app/views/rails_voter/elections/vote.html.haml
rails_voter-0.2.0 app/views/rails_voter/elections/vote.html.haml
rails_voter-0.1.0 app/views/rails_voter/elections/vote.html.haml