Show record count by format in stats dashboard
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
</dt>
|
||||
<dd class="ml-16 flex items-baseline pb-6 sm:pb-7">
|
||||
<p class="text-2xl font-semibold text-gray-900"><%= @records_count %></p>
|
||||
<p class="ml-2 flex items-baseline text-sm font-medium">
|
||||
<%= format_records_count(@records_count_by_format) %>
|
||||
</p>
|
||||
<div class="absolute inset-x-0 bottom-0 bg-gray-50 px-4 py-4 sm:px-6">
|
||||
<div class="text-sm">
|
||||
<a href={~p"/records"} class="font-medium text-zinc-600 hover:text-zinc-500">
|
||||
|
||||
Reference in New Issue
Block a user