mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 13:06:18 +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>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<%= render @domains %>
|
<%= render partial: 'domain', collection: @domains %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<%= render @domains %>
|
<%= render partial: 'domain', collection: @domains %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue