]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/index.html.erb
Merge branch 'master' into tag-colour-preview-rebase
[rails.git] / app / views / traces / index.html.erb
index 9db246bd45149cd67180ccfdcf4de801ca023a9a..da40f5a4d64a16133f15b6083f9711c886ecc7a2 100644 (file)
@@ -33,7 +33,7 @@
       </tr>
     </thead>
     <tbody>
-      <%= render :partial => "trace", :collection => @traces unless @traces.nil? %>
+      <%= render @traces unless @traces.nil? %>
     </tbody>
   </table>