mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 05:05:45 +02:00
fixed brakeman errors
This commit is contained in:
parent
ec1a48743c
commit
8108f96042
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
</thead>
|
||||
|
||||
<tbody>
|
||||
<%= render @api_users %>
|
||||
<%= render partial: 'api_user', collection: @api_users %>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</thead>
|
||||
|
||||
<tbody>
|
||||
<%= render @zones %>
|
||||
<%= render partial: 'zone', collection: @zones %>
|
||||
</tbody>
|
||||
</table>
|
||||
<% else %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue