From: Anton Khorev Date: Thu, 21 Mar 2024 13:19:05 +0000 (+0300) Subject: Change user's traces tab label to a string without "GPX" X-Git-Tag: live~703^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/50047a6c787eb79732d0e5144584879fd294312a Change user's traces tab label to a string without "GPX" --- 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 %>