2024-07-16 20:22:59 +02:00
|
|
|
<h1>Dashboard</h1>
|
|
|
|
|
<p>
|
|
|
|
|
<i class="bi bi-journal-text"></i>
|
|
|
|
|
<%= Report.count %>
|
|
|
|
|
<%= link_to Report.model_name.human(count: Report.count), :reports %>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<i class="bi bi-list-check"></i>
|
|
|
|
|
<%= Checklist.count %>
|
|
|
|
|
<%= link_to Checklist.model_name.human(count: Checklist.count), :checklists %>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2024-07-19 02:29:18 +02:00
|
|
|
<i class="bi bi-check2"></i>
|
2024-07-16 20:22:59 +02:00
|
|
|
<%= Check.count %>
|
|
|
|
|
<%= link_to Check.model_name.human(count: Check.count), :checks %>
|
|
|
|
|
</p>
|