mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
parent
9cb17f7488
commit
a7d66f1e01
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
$('#users').append('<% @users.each do |user|
|
||||
%><div class="col"><%= j render 'shared/userbox', user: user, type: @type
|
||||
%><div class="col pb-3"><%= j render 'shared/userbox', user: user, type: @type
|
||||
%></div><% end %>');
|
||||
<% if @more_data_available %>
|
||||
$('#pagination').html('<%= j render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @users_last_id %>');
|
||||
|
|
Loading…
Reference in a new issue