Sha256: 633076f2d06e090103811a3492e61a645f76a16097254426794a1551cc924260
Contents?: true
Size: 564 Bytes
Versions: 2
Compression:
Stored size: 564 Bytes
Contents
= render_wizard_sidebar(resource) do %h1 Poll: #{resource.poll} .alert.alert-warning This is a <strong>Secret Ballot</strong>. Only you will know what you have submitted and no one has access to individual ballots. - if resource.poll.all_steps_content.present? .mb-2= resource.poll.all_steps_content - if resource.poll.start_content.present? .mb-2= resource.poll.start_content = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f| = f.hidden_field :current_step = f.submit 'Start', center: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
effective_polls-0.0.2 | app/views/effective/ballots/start.html.haml |
effective_polls-0.0.1 | app/views/effective/ballots/start.html.haml |