<% @registrations.each_with_index do |registration, i| %> <%# edit_link = edit_registration_path(id: registration.id) %> <%# delete_link = registration_path(id: registration.id) %> <% if registration.user %> <% else %> <% end %> <% end %>
# User Mobile Location Status
<% if i < 0 %> <% else %> <%= i + 1 + (@per_page.to_i * (@current_page.to_i - 1)) %> <% end %> <%= link_to registration.user.display_name, registration_path(registration), remote: true %><%= link_to registration.display_name, registration_path(registration), remote: true %><%= link_to registration.display_name, registration_path(registration), remote: true %> <%= link_to registration.display_location, registration_path(registration), remote: true %> <% if registration.pending? %> Pending <% elsif registration.verified? %> Verified <% end %>
<%= paginate_kuppayam(@registrations) %>