mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-26 08:37:47 +01:00
the journey of fixes has finally an end
This commit is contained in:
parent
a764632538
commit
bdff6f4110
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
$('#questions').append('<% @questions.each do |a|
|
||||
%><%= j render 'shared/question', a: a
|
||||
$('#questions').append('<% @questions.each do |q|
|
||||
%><%= j render 'shared/question', q: q
|
||||
%><% end %>');
|
||||
<% if @questions.next_page %>
|
||||
$('#pagination').html('<%= j will_paginate @questions, renderer: BootstrapPagination::Rails, page_links: false %>');
|
||||
|
|
Loading…
Reference in a new issue