<% if @checks.empty? %>
<%= t(".no_check_yet_html", new_domain_path: new_check_path, new_ssl_path: new_check_path) %>
<% else %>

List of your checks

<%= render "table", checks: @checks %> <% end %>