X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c909b29c35b32be6f918f4393692033b40c303ea..49ba5ab6d2e98221246635327eb15dc71c97e67d:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 26e52add7..998dd248d 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -13,52 +13,55 @@ <% 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", :older_traces => @older_traces, :newer_traces => @newer_traces, :traces => @traces, :params => @params %> - - - - <%= render @traces %> - -
- - <%= render "trace_paging_nav", :older_traces => @older_traces, :newer_traces => @newer_traces, :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),