<% checks.each do |check| %> <% end %>
<%= t(".th.domain") %> <%== checks_sort_links(:domain) %> <%= t(".th.expiry_date") %> <%= t(".th.expiry_date_short") %> <%== checks_sort_links(:domain_expires_at) %> <%= t(".th.edit") %>
<%= t(".kind_labels.#{check.kind}") %> <%= check_error(check) if check_in_error?(check) %> <%= check.domain %> <% if check.domain_expires_at.present? %> <%= content_tag :span, format_date(check.domain_expires_at), class: "d-none d-md-inline" %> <%= content_tag :span, format_date(check.domain_expires_at, format: :short), class: "d-inline d-md-none" %> <% end %> <%= link_to edit_check_path(check), "data-turbolinks" => false do %> <%== Octicons::Octicon.new("pencil").to_svg %> <% end %>
<%= paginate @checks %>