From 857b42a223900e648d1a08de6600c35532cb4e03 Mon Sep 17 00:00:00 2001 From: oleghasjanov Date: Wed, 3 Jul 2024 12:25:48 +0300 Subject: [PATCH] fixed nil value for starts_at and ends_at in auciton admin show view --- app/views/admin/auctions/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>