diff --git a/app/views/admin/auctions/show.html.erb b/app/views/admin/auctions/show.html.erb index 92d93ee82..8cabe2a2a 100644 --- a/app/views/admin/auctions/show.html.erb +++ b/app/views/admin/auctions/show.html.erb @@ -1,6 +1,6 @@ <% content_for :title, "#{t('.title')}: #{@auction.domain_name}" %> -
+
<%= component 'common/table', header_collection: [], options: { class: 'js-table-dt dataTable no-footer' } do %> <%= tag.tbody id: "auctions-table-body", class: 'contents' do %>