fix type being not set for question pages

This commit is contained in:
pixeldesu 2015-05-14 02:39:30 +02:00
parent d3e78b8cb7
commit c7cecba025
1 changed files with 1 additions and 1 deletions

View File

@ -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