X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d02b8d9f1ed9b99651cdffae69b8c70e533d5517..2a62e368cc15e2b40e66d3d37eaf3778dbcddee0:/app/views/traces/index.html.erb
diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb
index 693de7e1a..71b25afe0 100644
--- a/app/views/traces/index.html.erb
+++ b/app/views/traces/index.html.erb
@@ -1,12 +1,18 @@
<% content_for :heading_class, "pb-0" %>
<% content_for :heading do %>
<%= @title %>
-
- <%= t(".description") %>
- <% if params[:tag] %>
- <%= link_to t(".remove_tag_filter", :tag => params[:tag]), { :controller => "traces", :action => "index", :display_name => nil, :tag => nil, :page => nil }, { :class => "border-left ml-2 pl-2" } %>
- <% end %>
-
+
<% if @target_user.blank? %>
@@ -43,7 +49,7 @@
-
-
+
<%= link_to({ :action => :georss, :display_name => @target_user&.display_name, :tag => params[:tag] }, { :class => "btn btn-secondary btn-sm" }) do %>