]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/index.html.erb
Remove unused trace_optionals partial
[rails.git] / app / views / traces / index.html.erb
index 9db246bd45149cd67180ccfdcf4de801ca023a9a..fff62ba551ee00d61f31164ebbdad3148edefa9e 100644 (file)
@@ -33,7 +33,7 @@
       </tr>
     </thead>
     <tbody>
-      <%= render :partial => "trace", :collection => @traces unless @traces.nil? %>
+      <%= render @traces unless @traces.nil? %>
     </tbody>
   </table>
 
@@ -41,5 +41,3 @@
 <% else %>
   <h4><%= t ".empty_html", :upload_link => new_trace_path %></h4>
 <% end %>
-
-<%= render :partial => "trace_optionals" %>