X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/816ee8ec92735b5c80b382857953ac4325096a71..e2db4098722ef4460aa455ceaf8d54f5614af557:/app/views/traces/index.html.erb
diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb
index fff62ba55..b38436c0a 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 @traces %>
- <%= 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 %>