X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0c79686f3cef86330d0ab6bbef2a9e2275ac93ac..e731dd71a77ad4ad1e9db22535e89444bb98e5d9:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 9db246bd4..da40f5a4d 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -33,7 +33,7 @@ - <%= render :partial => "trace", :collection => @traces unless @traces.nil? %> + <%= render @traces unless @traces.nil? %>