From 50047a6c787eb79732d0e5144584879fd294312a Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Thu, 21 Mar 2024 16:19:05 +0300 Subject: [PATCH 1/1] Change user's traces tab label to a string without "GPX" --- app/views/traces/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 63ade87d7..90abdad71 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -33,7 +33,7 @@ <%= link_to t(".my_traces"), { :action => "mine" }, { :class => "nav-link active" } %> <% else %> - + @@ -43,7 +43,7 @@ <% end %> <% end %> -- 2.39.5