diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 06:15:14 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 06:15:14 +0200 |
| commit | f4ddfff03ca9f25d50f39a1971877362d85eb9cb (patch) | |
| tree | 31e6774fd4cf2b579a9622277be150417a2fa48e /app/views/nodes/show.html.erb | |
| parent | 02a4ea750428aa1a9c9e7f2680553c0ce4ef1fec (diff) | |
Move the pending address from the node onto the draft
Diffstat (limited to 'app/views/nodes/show.html.erb')
| -rw-r--r-- | app/views/nodes/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index 105e37ea..3b2d28d9 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb | |||
| @@ -105,7 +105,7 @@ | |||
| 105 | <% end %> | 105 | <% end %> |
| 106 | <div class="info_item"> | 106 | <div class="info_item"> |
| 107 | <span class="info_label"><%= t(".restore_to") %></span> | 107 | <span class="info_label"><%= t(".restore_to") %></span> |
| 108 | <% suggestion = @node.suggested_restore_parent %> | 108 | <% suggestion = @node.draft&.parent_node || @node.suggested_restore_parent %> |
| 109 | <%= form_tag restore_from_trash_node_path(@node), :method => :put, :class => "aligned_action_row" do %> | 109 | <%= form_tag restore_from_trash_node_path(@node), :method => :put, :class => "aligned_action_row" do %> |
| 110 | <div class="restore_picker"> | 110 | <div class="restore_picker"> |
| 111 | <%= text_field_tag :restore_search_term, | 111 | <%= text_field_tag :restore_search_term, |
