X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a9c4b037a2f8300d083ae7286a8cd361e9fa7711..697e36f364506037efb198f454226ca1eb956bed:/app/views/traces/index.html.erb?ds=sidebyside
diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb
index d2f22c069..fa69c48a2 100644
--- a/app/views/traces/index.html.erb
+++ b/app/views/traces/index.html.erb
@@ -1,5 +1,5 @@
<% content_for :heading do %>
-
<%= h(@title) %>
+ <%= @title %>
- <%= t(".description") %>
- <%= rss_link_to :action => "georss", :display_name => @display_name, :tag => @tag %>
@@ -23,21 +23,15 @@
<% end %>
<% if @traces.size > 0 %>
- <%= render :partial => "trace_paging_nav" %>
+ <%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %>
-
-
- |
- |
-
-
<%= render @traces unless @traces.nil? %>
- <%= render :partial => "trace_paging_nav" %>
+ <%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %>
<% else %>
<%= t ".empty_html", :upload_link => new_trace_path %>
<% end %>