favours user instead of officer
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% @officers.each do |officer| %>
|
||||
<% @officers.each do |user| %>
|
||||
<tr>
|
||||
<td>
|
||||
<%= officer.name %>
|
||||
<%= user.name %>
|
||||
</td>
|
||||
<td>
|
||||
<%= officer.email %>
|
||||
<%= user.email %>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user