From fe9cd86b176973ee9e1b9b88725257370e249f94 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 3 Apr 2024 15:59:46 +0300 Subject: [PATCH] Move buttons in front of tabs to stack before them on small screens --- app/views/traces/index.html.erb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index b696ef3fd..6e27ac7e4 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -14,7 +14,17 @@ -
+
+
+ <%= 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" %> +
+
- -
- <%= 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 %> -- 2.45.2