From 27bbb254c254f026f5bae25b1297ee9fa8f6ac9f Mon Sep 17 00:00:00 2001 From: Manasa2850 Date: Fri, 30 Jul 2021 11:25:33 +0530 Subject: [PATCH] fixed some of the failing tests --- app/views/questions/_questions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/questions/_questions.html.erb b/app/views/questions/_questions.html.erb index 9f6fd7a59e..f93e45f300 100644 --- a/app/views/questions/_questions.html.erb +++ b/app/views/questions/_questions.html.erb @@ -2,7 +2,7 @@
<% questions.each_with_index do |node,i| %>
- <%= render partial: 'notes/card', locals: { node: node, i: i, tagname: tagname } %> + <%= render partial: 'notes/card', locals: { node: node, i: i, tagname: @tagname } %>
<% unless @widget %>
<% end %>