|
|
@ -54,7 +54,7 @@
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" class="created_on" align="center" title='<%=format_time(user.created_on)%>'><%= format_time(user.created_on) %></td>
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" class="created_on" align="center" title='<%=format_time(user.created_on)%>'><%= format_time(user.created_on) %></td>
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" class="last_login_on" align="center" title='<%= format_time(user.last_login_on)%>'><%= format_time(user.last_login_on) unless user.last_login_on.nil? %></td>
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" class="last_login_on" align="center" title='<%= format_time(user.last_login_on)%>'><%= format_time(user.last_login_on) unless user.last_login_on.nil? %></td>
|
|
|
|
<td class="buttons"> <%= change_status_link(user) %>
|
|
|
|
<td class="buttons"> <%= change_status_link(user) %>
|
|
|
|
<%= delete_link user_path(user, :back_url => admin_users_path(params)) unless User.current == user %> </td>
|
|
|
|
<%= delete_link user_path(user, :back_url => admin_search_path(params)) unless User.current == user %> </td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<% end -%>
|
|
|
|
<% end -%>
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|