Sha256: 2619cf70b0d6b6cefe60487a74f94c82c9cbf8741e38f44d8eaef9669fe803e7
Contents?: true
Size: 417 Bytes
Versions: 16
Compression:
Stored size: 417 Bytes
Contents
= render 'layout' do = render 'effective/ballots/content', resource: resource = card do %p= resource.poll = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f| = f.hidden_field :current_step = render(resource) = f.submit(center: true) do = link_to 'Change Ballot', wizard_path(:vote), class: 'btn btn-secondary' = f.save 'Submit Ballot'
Version data entries
16 entries across 16 versions & 1 rubygems