app/views/foreman_tasks/tasks/index.html.erb in foreman-tasks-0.10.0 vs app/views/foreman_tasks/tasks/index.html.erb in foreman-tasks-0.10.1
- old
+ new
@@ -36,7 +36,6 @@
<td><%= task.ended_at.try(:in_time_zone) %></td>
<td><%= task.username %></td>
</tr>
<% end %>
</table>
-<%= page_entries_info @tasks %>
-<%= will_paginate @tasks %>
+<%= will_paginate_with_info @tasks %>