<%= paginate @endpoints %> <% @endpoints.each do |endpoint| %> <% end %>
Target URL ID Events Source User Created At
<%= link_to endpoint.target_url, endpoint.target_url %> <%= endpoint.id %> <%= endpoint.events.join(", ") %> <%= endpoint.source %> <%= link_to endpoint.user.username, endpoint.user.path %> <%= endpoint.created_at.strftime("%H:%M %d %b %Y") %>
<%= paginate @endpoints %>