diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 20:22:37 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 20:22:37 +0200 |
| commit | 278819cad2d2199029cc11124c95b0155f83f821 (patch) | |
| tree | c98cada36cbec18a5e0c2bc1e17ef3370a9adbe8 /app/helpers | |
| parent | e7b12a7e50e6bdb64ccaa1180d606465485a8439 (diff) | |
Show a pending address in the cockpit, the diff and the publish confirm
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/node_actions_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 221 | end | 221 | end |
| 222 | 222 | ||
| 223 | def subject_ref action | 223 | def subject_ref action |
| 224 | action.node ? link_to(h(action.subject_name), node_path(action.node)) | 224 | name = action.subject_name.presence || t("admin.common.no_title") |
| 225 | : h(action.subject_name) | 225 | action.node ? link_to(h(name), node_path(action.node)) : h(name) |
| 226 | end | 226 | end |
| 227 | 227 | ||
| 228 | def asset_ref action | 228 | def asset_ref action |
