X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4e06fe054a38e7262f14ef555de9a1639404c7ba..c1415d43b4c817ae096115cac9b000b4076c8fca:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 840069a02..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,9 @@ <% 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_html", :upload_link => new_trace_path %>

    +

    <%= t ".empty_title" %>

    +

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

    <% end %>