<% if i < 0 %>
<% else %>
<%= i + 1 + (@per_page.to_i * (@current_page.to_i - 1)) %>
<% end %>
|
<% if registration.user %>
<%= link_to registration.user.display_name, registration_path(registration), remote: true %> |
<% else %>
<%= link_to registration.display_name, registration_path(registration), remote: true %> |
<% end %>
<%= 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 %>
|
<% end %>