From 278819cad2d2199029cc11124c95b0155f83f821 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 7 Aug 2026 20:22:37 +0200 Subject: Show a pending address in the cockpit, the diff and the publish confirm --- app/helpers/node_actions_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/helpers/node_actions_helper.rb') diff --git a/app/helpers/node_actions_helper.rb b/app/helpers/node_actions_helper.rb index c4de46cc..19385543 100644 --- a/app/helpers/node_actions_helper.rb +++ b/app/helpers/node_actions_helper.rb @@ -221,8 +221,8 @@ module NodeActionsHelper end def subject_ref action - action.node ? link_to(h(action.subject_name), node_path(action.node)) - : h(action.subject_name) + name = action.subject_name.presence || t("admin.common.no_title") + action.node ? link_to(h(name), node_path(action.node)) : h(name) end def asset_ref action -- cgit v1.3