X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8d76be71bbb8a799cbf0627dee170f26ade5a11f..2f3c2cdb44def797f1b3107ae166c77e3eee26d2:/app/views/traces/index.html.erb?ds=inline
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 %>