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