diff --git a/app/views/user/questions.html.haml b/app/views/user/questions.html.haml
index 480447a1..e8f5d435 100644
--- a/app/views/user/questions.html.haml
+++ b/app/views/user/questions.html.haml
@@ -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