X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ed99c62874c049fcf502173e3c1d02888e8d2d85..c9dedd9656ddfdb68ea23ccc41e4f273548a620a:/app/views/traces/index.html.erb
diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb
index 63ade87d7..3f1e0f0d5 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 %>
-
+
<%= link_to t(".all_traces"), { :controller => "traces", :action => "index", :display_name => nil }, { :class => "nav-link" } %>
@@ -43,12 +43,12 @@
<% end %>
- <%= link_to t(".public_traces_from", :user => @target_user&.display_name), { :action => "mine" }, { :class => "nav-link active" } %>
+ <%= link_to t(".traces_from", :user => @target_user&.display_name), { :controller => "traces", :action => "index", :display_name => @target_user&.display_name }, { :class => "nav-link active" } %>
<% end %>
-
+
<%= link_to({ :action => :georss, :display_name => @target_user&.display_name, :tag => params[:tag] }, { :class => "btn btn-secondary btn-sm my-n2 align-baseline border-0" }) do %>