<% 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 %>

<% end %> <% content_for :auto_discovery_link_tag do %> <%= auto_discovery_link_tag :rss, :action => "georss", :display_name => @target_user&.display_name, :tag => params[:tag] %> <% end %> <% if @traces.size > 0 %> <%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %> <%= render @traces %>
<%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %> <% else %>

<%= t ".empty_html", :upload_link => new_trace_path %>

<% end %>