X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0c79686f3cef86330d0ab6bbef2a9e2275ac93ac..c5fc9f0e7e93088c599ae0d8540ee0117f277d6d:/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? %>