<% checks.each do |check| %> <% end %>
<%= t(".domain") %> <%== checks_sort_links(:domain) %> <%= t(".expiry_date") %> <%== checks_sort_links(:domain_expires_at) %> <%= t(".edit") %>
<%= check_kind_label(check) %> <%= check.domain %> <%= format_utc(check.domain_expires_at) if check.domain_expires_at.present? %> <%= link_to edit_check_path(check) do %> <%== Octicons::Octicon.new("pencil").to_svg %> <% end %>
<%= paginate @checks %>