Slight change for format/type in collection

This commit is contained in:
Claudio Ortolina
2024-10-22 15:36:49 +01:00
parent 913694b380
commit 13e3069116
2 changed files with 10 additions and 9 deletions
@@ -70,9 +70,10 @@
</div>
<div class="flex shrink-0 items-center gap-x-6">
<div class="hidden sm:flex sm:flex-col sm:items-end">
<p class="text-sm leading-6 text-gray-900">
<%= Records.Record.format_long_label(record.format) %>
<%= Records.Record.type_long_label(record.type) %>
<p class="text-xs leading-6 text-gray-900">
<%= Records.Record.format_long_label(record.format) %> · <%= Records.Record.type_long_label(
record.type
) %>
</p>
</div>
<div class="relative flex-none">