Expand link to whole table cell

This commit is contained in:
2023-12-05 19:10:36 +01:00
parent 3127c72288
commit bad64c5dbf
4 changed files with 22 additions and 14 deletions

View File

@@ -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 %>