fix type being not set for question pages
This commit is contained in:
parent
d3e78b8cb7
commit
c7cecba025
|
@ -9,7 +9,7 @@
|
|||
%h1.visible-xs= @title
|
||||
#questions
|
||||
- @questions.each do |q|
|
||||
= render 'shared/question', q: q
|
||||
= render 'shared/question', q: q, type: nil
|
||||
|
||||
#pagination= will_paginate @questions, renderer: BootstrapPagination::Rails, page_links: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue