Skip to content

Commit

Permalink
fixed some of the failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Manasa2850 committed Jul 30, 2021
1 parent ccfffe9 commit 27bbb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/questions/_questions.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="card-view questions-page row">
<% questions.each_with_index do |node,i| %>
<div class="<% if @widget %>col-xs-4 col-sm-4 col-md-4 <% end %>col-lg-4" style="margin-top:20px;">
<%= render partial: 'notes/card', locals: { node: node, i: i, tagname: tagname } %>
<%= render partial: 'notes/card', locals: { node: node, i: i, tagname: @tagname } %>
</div>
<% unless @widget %><hr class="d-lg-none" /><% end %>
Expand Down

0 comments on commit 27bbb25

Please sign in to comment.