Dashboard

Data

<%= Report.count %> <%= link_to Report.model_name.human(count: Report.count), :reports %>

<%= Checklist.count %> <%= link_to Checklist.model_name.human(count: Checklist.count), :checklists %>

<%= Check.count %> <%= link_to Check.model_name.human(count: Check.count), :checks %>