Checks

<% if @checks.present? %>
<% @checks.each do |check| %> "> <% end %>
Hostname Name Description Date Actions
<%= check.hostname %> <%= check.name %> <%= truncate check.description, length: 60 %> <%= check.date %> <%= link_to "Show", check, class: "text-indigo-600 hover:text-indigo-900" %>
<%= link_to_previous_page @checks, 'Previous page', class: "ml-3 paginate-page paginate-page-single" %> <%= link_to_next_page @checks, 'Next Page', class: "paginate-page paginate-page-single" %>
<% else %>

No results

<% end %>