summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/nodes/show.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb
index cf1d79c1..24ac4084 100644
--- a/app/views/nodes/show.html.erb
+++ b/app/views/nodes/show.html.erb
@@ -391,7 +391,7 @@
391 <% end %> 391 <% end %>
392 </ul> 392 </ul>
393 <% end %> 393 <% end %>
394 <p class="add_attachments"> 394 <p class="add_attachments button_row">
395 <%= link_to new_asset_path(:node_id => @node.id), class: 'action_button' do %> 395 <%= link_to new_asset_path(:node_id => @node.id), class: 'action_button' do %>
396 <%= icon("paperclip", library: "tabler", "aria-hidden": true) %> <%= t(".upload_attachment") %> 396 <%= icon("paperclip", library: "tabler", "aria-hidden": true) %> <%= t(".upload_attachment") %>
397 <% end %> 397 <% end %>
@@ -413,7 +413,7 @@
413 <% end %> 413 <% end %>
414 </ul> 414 </ul>
415 <% mapping = default_event_tag_mapping(@page) %> 415 <% mapping = default_event_tag_mapping(@page) %>
416 <p class="add_events"> 416 <p class="add_events button_row">
417 <%= link_to new_event_path(node_id: @node.id, tag_list: mapping&.last, auto_tag_source: mapping&.first, return_to: request.path), class: 'action_button' do %> 417 <%= link_to new_event_path(node_id: @node.id, tag_list: mapping&.last, auto_tag_source: mapping&.first, return_to: request.path), class: 'action_button' do %>
418 <%= icon("calendar-plus", library: "tabler", "aria-hidden": true) %> <%= t(".add_event") %> 418 <%= icon("calendar-plus", library: "tabler", "aria-hidden": true) %> <%= t(".add_event") %>
419 <% end %> 419 <% end %>
@@ -437,7 +437,7 @@
437 </details> 437 </details>
438 <% end %> 438 <% end %>
439 <% if matches.any? %> 439 <% if matches.any? %>
440 <p class="add_child_links"> 440 <p class="add_child_links button_row">
441 <% matches.each_with_index do |(kind, config), index| %> 441 <% matches.each_with_index do |(kind, config), index| %>
442 <% link_params = { kind: kind } %> 442 <% link_params = { kind: kind } %>
443 <% link_params[:parent_id] = @node.id if kind == "generic" %> 443 <% link_params[:parent_id] = @node.id if kind == "generic" %>