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