Sha256: 9c691c616e1dba3e319e4dbd1773969b73d4292cf10c78de487563a7eadb7d33

Contents?: true

Size: 314 Bytes

Versions: 11

Compression:

Stored size: 314 Bytes

Contents

= render_wizard_sidebar(resource) do
  %h1= @page_title

  - if resource.poll.all_steps_content.present?
    .mb-2= resource.poll.all_steps_content

  - if resource.poll.complete_content.present?
    .mb-2= resource.poll.complete_content

  .text-center
    %p= link_to 'Home', root_path, class: 'btn btn-primary'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
effective_polls-0.3.0 app/views/effective/ballots/complete.html.haml
effective_polls-0.2.0 app/views/effective/ballots/complete.html.haml
effective_polls-0.1.6 app/views/effective/ballots/complete.html.haml
effective_polls-0.1.5 app/views/effective/ballots/complete.html.haml
effective_polls-0.1.4 app/views/effective/ballots/complete.html.haml
effective_polls-0.1.3 app/views/effective/ballots/complete.html.haml
effective_polls-0.1.2 app/views/effective/ballots/complete.html.haml
effective_polls-0.1.1 app/views/effective/ballots/complete.html.haml
effective_polls-0.1.0 app/views/effective/ballots/complete.html.haml
effective_polls-0.0.2 app/views/effective/ballots/complete.html.haml
effective_polls-0.0.1 app/views/effective/ballots/complete.html.haml