mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +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>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<%= render @api_users %>
|
<%= render partial: 'api_user', collection: @api_users %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<%= render @zones %>
|
<%= render partial: 'zone', collection: @zones %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue