17 lines
No EOL
433 B
Text
17 lines
No EOL
433 B
Text
<h1>Dashboard</h1>
|
|
<h2>Data</h2>
|
|
<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>
|
|
<i class="bi bi-check"></i>
|
|
<%= Check.count %>
|
|
<%= link_to Check.model_name.human(count: Check.count), :checks %>
|
|
</p> |