<%= @logs.total_entries %> exceptions
<%= form_tag(all_logs_path, method: 'delete') do %> <% end %>
<% if @logs.blank? %>
Good! This have no Exception logs.
<% else %> <%= will_paginate @logs %> <% @logs.each do |log| %> <% end %>
# Summary
<%= log.id %> <%= link_to log.title, log %> <%= log.created_at.to_s %>
<%= will_paginate @logs %> <% end %>