From 20796654f59a28f4072d5a5dc2d780bc865e3688 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Fri, 19 Dec 2014 22:57:08 +0100 Subject: [PATCH] more fix --- app/views/user/questions.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user/questions.html.haml b/app/views/user/questions.html.haml index e9835732..ef62b70c 100644 --- a/app/views/user/questions.html.haml +++ b/app/views/user/questions.html.haml @@ -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