Sha256: e92c4a5b7f51c44ac60d01915d384dafa43039599e82a90b082e2967fa215b4e

Contents?: true

Size: 216 Bytes

Versions: 3

Compression:

Stored size: 216 Bytes

Contents

= form_for election do |f|
  %p
    = f.label  t("rails_voter.election.name")
    = f.text_field :name
  %p
    = render "election_detail_record", f: f
    / = render "election_detail_record", f: f
  %p
  = f.submit

Version data entries

3 entries across 3 versions & 1 rubygems

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