Sha256: 2624eaacdbb2d57336ae4e53fe90eaaa4547bc4d335bdffd7a0754cbaff54eac

Contents?: true

Size: 306 Bytes

Versions: 6

Compression:

Stored size: 306 Bytes

Contents

= render 'effective/poll_results/results', poll: @poll

= card('Raw Data') do
  - if poll.hide_results? && !poll.ended?
    %p The raw data for this poll will be displayed once it has ended.
  - else
    - datatable = Admin::EffectivePollResultsDatatable.new(poll: @poll)
    = render_datatable(datatable)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_polls-0.7.2 app/views/admin/polls/_poll.html.haml
effective_polls-0.7.1 app/views/admin/polls/_poll.html.haml
effective_polls-0.7.0 app/views/admin/polls/_poll.html.haml
effective_polls-0.6.2 app/views/admin/polls/_poll.html.haml
effective_polls-0.6.1 app/views/admin/polls/_poll.html.haml
effective_polls-0.6.0 app/views/admin/polls/_poll.html.haml