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/_node_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/nodes/_node_list.html.erb') diff --git a/app/views/nodes/_node_list.html.erb b/app/views/nodes/_node_list.html.erb index 1e5d0ed9..0dc3c5a0 100644 --- a/app/views/nodes/_node_list.html.erb +++ b/app/views/nodes/_node_list.html.erb @@ -34,7 +34,7 @@ <%= link_to 'revisions', node_revisions_path(node) %> <%= node.lock_owner.login if node.lock_owner %> - <%= node.draft ? node.draft.revision : (node.head ? node.head.revision : "EMPTY") %> + <%= node.draft ? node.draft.revision : (node.head ? node.head.revision : t(".no_revision")) %> <% end %> -- cgit v1.3