mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
fixed codeclimate errors
This commit is contained in:
parent
f9f74fa3e3
commit
6a10502de6
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
</thead>
|
||||
|
||||
<tbody>
|
||||
<%= render @domains %>
|
||||
<%= render partial: 'domain', collection: @domains %>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</thead>
|
||||
|
||||
<tbody>
|
||||
<%= render @domains %>
|
||||
<%= render partial: 'domain', collection: @domains %>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue