From: Anton Khorev Date: Wed, 3 Apr 2024 12:06:30 +0000 (+0300) Subject: Take rss/upload buttons out of trace nav tabs list X-Git-Tag: live~633^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/646da787af9f544d31b5333d6055e5a4a3c8ca03 Take rss/upload buttons out of trace nav tabs list Prevents these buttons inserting themselves between tabs and content on narrow screens. --- 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 %>