more fix
This commit is contained in:
parent
f7e35a3977
commit
20796654f5
|
@ -7,7 +7,7 @@
|
||||||
%h1.j2-lh= @title
|
%h1.j2-lh= @title
|
||||||
#questions
|
#questions
|
||||||
- @questions.each do |q|
|
- @questions.each do |q|
|
||||||
= render 'shared/question', a: q
|
= render 'shared/question', q: q
|
||||||
|
|
||||||
#pagination= will_paginate @questions, renderer: BootstrapPagination::Rails, page_links: false
|
#pagination= will_paginate @questions, renderer: BootstrapPagination::Rails, page_links: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue