mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 10:04:21 +02:00
feat(admin-plugin): fix date format on entries index page
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
<a target="_blank" href="{{ base_url() }}/{{ entry.slug }}">/{{ entry.slug }}</a>
|
||||
</td>
|
||||
<td class="{% if entry.visibility == 'hidden' or entry.visibility == 'draft' or entry.routable == false %}opacity-50{% endif %}">
|
||||
{{ entry.published_at }}
|
||||
{{ entry.published_at|date(registry.flextype.date_display_format) }}
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<button type="button" class="js-dropdown-btn relative" data-dropdown="dropdown-{{ entry.slug }}">
|
||||
|
Reference in New Issue
Block a user