forked from fixin.me/fixin.me
Expand link to whole table cell
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<tbody>
|
||||
<% @users.each do |user| %>
|
||||
<tr>
|
||||
<td><%= link_to user.email, user_path(user) %></td>
|
||||
<td class="link"><%= table_link_to user.email, user_path(user) %></td>
|
||||
<td>
|
||||
<% if user == current_user %>
|
||||
<%= user.status %>
|
||||
|
||||
Reference in New Issue
Block a user