<% # Copyright (C) 2018 Colin Darie , 2018 Evolix %> <% # License: GNU AGPL-3+ (see full text in LICENSE file) %>
<% checks.each do |check| %> <% end %>
<%= t(".th.domain") %> <% unless defined?(skip_sort) %> <%== checks_sort_links(:domain) %> <% end %> <%= t(".th.expiry_date") %> <%= t(".th.expiry_date_short") %> <% unless defined?(skip_sort) %> <%== checks_sort_links(:domain_expires_at) %> <% end %> <%= 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 unless defined?(skip_pagination)%>