From 0a5d7806700bb3154529b99abc75d37ccc46faff Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 02:23:13 +0200 Subject: Extract admin strings to i18n: the nodes cluster --- app/views/nodes/index.html.erb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app/views/nodes/index.html.erb') diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index 3bb251c5..7ab5679e 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb @@ -1,20 +1,20 @@ -

Nodes

+

<%= t(".title") %>

<%= link_to new_node_path, class: 'action_button' do %> - <%= icon("plus", library: "tabler", "aria-hidden": true) %> Create node + <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_node") %> <% end %> - Creates a node with no parent or kind set — for a specific page, use the wizard's create flow or "add child" from an existing node instead. + <%= t(".create_hint") %>
<%= will_paginate @nodes %> - - - - - + + + + + <% @nodes.each do |node| %> "> -- cgit v1.3
IDTitleActionsLocked byRev.<%= t("admin.columns.id") %><%= t("admin.columns.title") %><%= t("admin.columns.actions") %><%= t("admin.columns.locked_by") %><%= t("admin.columns.rev") %>