Add bottom padding to userbox col in show_follow

Fixes #116
This commit is contained in:
Robin B 2020-05-31 03:29:09 +02:00 committed by Andreas Nedbal
parent 9cb17f7488
commit a7d66f1e01
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>');