From 646da787af9f544d31b5333d6055e5a4a3c8ca03 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 3 Apr 2024 15:06:30 +0300 Subject: [PATCH] Take rss/upload buttons out of trace nav tabs list Prevents these buttons inserting themselves between tabs and content on narrow screens. --- app/views/traces/index.html.erb | 92 +++++++++++++++++---------------- 1 file changed, 48 insertions(+), 44 deletions(-) diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 2f91e49e7..b696ef3fd 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -13,51 +13,55 @@ <% end %> - +
+
+ +
+ +
+ <%= link_to({ :action => :georss, :display_name => @target_user&.display_name, :tag => params[:tag] }, + { :class => "btn btn-secondary btn-sm" }) do %> + + + + <% end -%> + <%= link_to t(".upload_trace"), new_trace_path, :class => "btn btn-secondary btn-sm" %> +
+
<% end %> <% content_for :auto_discovery_link_tag do %> -- 2.45.2