X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6:/app/views/trace/list.html.erb diff --git a/app/views/trace/list.html.erb b/app/views/trace/list.html.erb index c600df110..376fc5511 100644 --- a/app/views/trace/list.html.erb +++ b/app/views/trace/list.html.erb @@ -1,41 +1,45 @@ <% content_for :heading do %>

<%= h(@title) %>

<% end %> -<% content_for :head do %> -<%= auto_discovery_link_tag :atom, :action => 'georss', :display_name => @display_name, :tag => @tag %> +<% content_for :auto_discovery_link_tag do %> +<%= auto_discovery_link_tag :rss, :action => 'georss', :display_name => @display_name, :tag => @tag %> <% end %> <% if @traces.size > 0 %> <%= render :partial => 'trace_paging_nav' %> - - - - - <%= render :partial => 'trace', :collection => @traces unless @traces.nil? %> + + + + + + + + <%= render :partial => 'trace', :collection => @traces unless @traces.nil? %> +
<%= render :partial => 'trace_paging_nav' %> <% else %> -

<%= t 'trace.list.empty_html', :upload_link => trace_create_path %>

+

<%= t '.empty_html', :upload_link => trace_create_path %>

<% end %> <%= render :partial => 'trace_optionals' %>