X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..f280dcb2d798b3dfd4aad345a1ab7efa10d8bbe4:/app/views/traces/index.html.erb?ds=sidebyside 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? %>