<% if @checks.empty? && current_scopes.blank? %>
<%= t(".no_check_yet_html", new_domain_path: new_check_path(kind: :domain), new_ssl_path: new_check_path(kind: :ssl)) %>
<% else %>

<%= t(".title") %>

<%= link_to("Domains", checks_path(current_criterias.merge(kind: :domain))) %> <%= link_to("SSL", checks_path(current_criterias.merge(kind: :ssl))) %> <%= form_tag(checks_path(current_scopes), method: :get) do %> <%= search_field_tag :by_domain, current_scopes[:by_domain] %> <%= button_tag t(".filter") %> <% end %> <% if @checks.any? %> <%= render "table", checks: @checks %> <% else %>
<%= t(".no_matching_check") %>
<% end %> <% end %>