X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..f635b98b8cf58954266fcf7b40bd22d698fd8388:/app/views/traces/index.html.erb
diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb
index 9db246bd4..609dbcede 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 %>
@@ -25,15 +25,9 @@
<% if @traces.size > 0 %>
<%= render :partial => "trace_paging_nav" %>
-
-
-
- |
- |
-
-
+
- <%= render :partial => "trace", :collection => @traces unless @traces.nil? %>
+ <%= render @traces unless @traces.nil? %>
@@ -41,5 +35,3 @@
<% else %>
<%= t ".empty_html", :upload_link => new_trace_path %>
<% end %>
-
-<%= render :partial => "trace_optionals" %>