summaryrefslogtreecommitdiff
path: root/app/views/nodes/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes/show.html.erb')
-rw-r--r--app/views/nodes/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb
index c9558ed0..af55d699 100644
--- a/app/views/nodes/show.html.erb
+++ b/app/views/nodes/show.html.erb
@@ -122,7 +122,7 @@
122 <div id="restore_search_results" class="search_results"></div> 122 <div id="restore_search_results" class="search_results"></div>
123 </div> 123 </div>
124 <%= hidden_field_tag :parent_id, suggestion&.id %> 124 <%= hidden_field_tag :parent_id, suggestion&.id %>
125 <%= submit_tag t(".restore_here"), :class => "action_button action_button_no_margin_top" %> 125 <%= submit_tag t(".restore_here"), :class => "action_button action_button" %>
126 <% end %> 126 <% end %>
127 <span class="field_hint"><%= t(".restore_hint") %></span> 127 <span class="field_hint"><%= t(".restore_hint") %></span>
128 </div> 128 </div>