1
0
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:
Awilum
2020-02-27 16:54:18 +03:00
parent deb5827d01
commit 589f258ad7

View File

@@ -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 }}">