fix invalid classes and html attributes
This commit is contained in:
committed by
Pete Matsyburka
parent
e77998e53c
commit
3edd1ab32d
@@ -56,7 +56,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<% @users.each do |user| %>
|
||||
<tr scope="row">
|
||||
<tr>
|
||||
<td>
|
||||
<%= user.full_name %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user