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

Version Path
effective_polls-0.7.3 app/views/effective/ballots/submit.html.haml
effective_polls-0.7.2 app/views/effective/ballots/submit.html.haml
effective_polls-0.7.1 app/views/effective/ballots/submit.html.haml
effective_polls-0.7.0 app/views/effective/ballots/submit.html.haml
effective_polls-0.6.2 app/views/effective/ballots/submit.html.haml
effective_polls-0.6.1 app/views/effective/ballots/submit.html.haml
effective_polls-0.6.0 app/views/effective/ballots/submit.html.haml
effective_polls-0.5.6 app/views/effective/ballots/submit.html.haml
effective_polls-0.5.5 app/views/effective/ballots/submit.html.haml
effective_polls-0.5.4 app/views/effective/ballots/submit.html.haml
effective_polls-0.5.3 app/views/effective/ballots/submit.html.haml
effective_polls-0.5.2 app/views/effective/ballots/submit.html.haml
effective_polls-0.5.1 app/views/effective/ballots/submit.html.haml
effective_polls-0.5.0 app/views/effective/ballots/submit.html.haml
effective_polls-0.4.1 app/views/effective/ballots/submit.html.haml
effective_polls-0.4.0 app/views/effective/ballots/submit.html.haml