This commit is contained in:
Andreas N 2014-12-19 22:57:08 +01:00
parent f7e35a3977
commit 20796654f5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
%h1.j2-lh= @title
#questions
- @questions.each do |q|
= render 'shared/question', a: q
= render 'shared/question', q: q
#pagination= will_paginate @questions, renderer: BootstrapPagination::Rails, page_links: false