Adds link to username on admin users index view

This commit is contained in:
decabeza
2018-03-08 18:21:20 +01:00
parent bc03aee84d
commit f05fdb88ea
2 changed files with 8 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<tbody>
<% @users.each do |user| %>
<tr>
<td><%= user.name %></td>
<td><%= link_to user.name, user_path(user), target: "_blank" %></td>
<td><%= user.email %></td>
<td><%= user.document_number %></td>
<td><%= display_user_roles(user) %></td>