Checks

<%= link_to 'New check', new_check_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
<% @checks.each do |check| %> "> <% end %>
Hostname Name Description Edit
<%= check.hostname %> <%= check.name %> <%= check.description %> <%= link_to "Show", check, class: "text-indigo-600 hover:text-indigo-900" %> <%= link_to 'Edit', edit_check_path(check), class: "text-indigo-600 hover:text-indigo-900" %>