From 84657fa9d633a7d3e20c10645589061ecebeee3f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 3 Aug 2026 17:12:34 +0200 Subject: Render dates, booleans and counts through the locale files --- app/views/nodes/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/nodes/show.html.erb') diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index a6167c9e..a94e001c 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb @@ -195,12 +195,12 @@
<%= t(".last_updated") %> - <%= @page.updated_at %> + <%= admin_datetime(@page.updated_at) %>
<% if @page.published_at.present? %>
<%= @page.public? ? t(".published_at") : t(".will_publish_at") %> - <%= @page.published_at %> + <%= admin_datetime(@page.published_at) %>
<% end %>
-- cgit v1.3