X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56db9ca2b7e2475cd8025630049fb4a4b824f2d9..b446138aefb04799cc1253886335ced16e546517:/app/views/trace/list.html.erb?ds=sidebyside diff --git a/app/views/trace/list.html.erb b/app/views/trace/list.html.erb deleted file mode 100644 index dae4c89f6..000000000 --- a/app/views/trace/list.html.erb +++ /dev/null @@ -1,45 +0,0 @@ -<% content_for :heading do %> -

<%= h(@title) %>

- -<% end %> - -<% content_for :head do %> -<%= auto_discovery_link_tag :atom, :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_paging_nav' %> -<% else %> -

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

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