X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/63303c22b704ca290c16ae908da1324f3ea25b2c..f6141277d5a727fdec5c7bb26e35b17b1e6f495d:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 71b25afe0..998dd248d 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -8,57 +8,60 @@ <% if params[:tag] %>
  • - <%= link_to t(".remove_tag_filter", :tag => params[:tag]), { :controller => "traces", :action => "index", :display_name => nil, :tag => nil, :page => nil } %> + <%= link_to t(".remove_tag_filter", :tag => params[:tag]), { :controller => "traces", :action => "index", :tag => nil } %>
  • <% end %> - +
    +
    + <%= link_to({ :action => :georss, :display_name => @target_user&.display_name, :tag => params[:tag] }, + { :class => "btn btn-secondary btn-sm" }) do %> + + + + <% end -%> + <%= link_to t(".upload_trace"), new_trace_path, :class => "btn btn-secondary btn-sm" %> +
    + +
    + +
    +
    <% end %> <% content_for :auto_discovery_link_tag do %> @@ -66,15 +69,7 @@ <% 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 %> + <%= render :partial => "page" %> <% else %>

    <%= t ".empty_title" %>

    <%= t ".empty_upload_html", :upload_link => link_to(t(".upload_new"), new_trace_path),