From b466090578d2ad3228ea61a8c8886578ea5fe91e Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 15 Aug 2026 00:33:42 +0200 Subject: Space the create-action groups --- app/views/nodes/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app') 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 @@ <% end %> <% end %> -

+

<%= link_to new_asset_path(:node_id => @node.id), class: 'action_button' do %> <%= icon("paperclip", library: "tabler", "aria-hidden": true) %> <%= t(".upload_attachment") %> <% end %> @@ -413,7 +413,7 @@ <% end %> <% mapping = default_event_tag_mapping(@page) %> -

+

<%= 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 %> <%= icon("calendar-plus", library: "tabler", "aria-hidden": true) %> <%= t(".add_event") %> <% end %> @@ -437,7 +437,7 @@ <% end %> <% if matches.any? %> -