mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 16:59:03 +00:00
fix: date formats
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<tr class="border-b border-subdued hover:bg-surface-hover">
|
||||
<td class="px-2 py-3">
|
||||
<span class="text-sm text-secondary">
|
||||
<%= export.created_at.strftime("%b %-d, %Y %l:%M %p") %>
|
||||
<%= l(export.created_at, format: :long) %>
|
||||
</span>
|
||||
</td>
|
||||
<td class="px-2 py-3">
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<tr id="<%= dom_id import %>" class="border-b border-subdued hover:bg-surface-hover">
|
||||
<td class="px-2 py-3">
|
||||
<span class="text-sm text-secondary">
|
||||
<%= import.updated_at.strftime("%b %-d, %Y %l:%M %p") %>
|
||||
<%= l(import.updated_at, format: :long) %>
|
||||
</span>
|
||||
</td>
|
||||
<td class="px-2 py-3">
|
||||
|
||||
Reference in New Issue
Block a user