[openstreetmap-website] User page redesign a.k.a. activity stream (#54)

Tom Hughes notifications at github.com
Sun Aug 12 16:46:06 BST 2012


> @@ -1,4 +1,4 @@
>  <% showusername = true if showusername.nil? %>
>  <table id="changeset_list">
> -  <%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
> +  <%= render :partial => 'changeset/changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>

This change should be unnecessary - rendering the `changset` partial from a changeset view should default to the one in the same view.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/54/files#r1358595
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20120812/6da862fa/attachment.html>


More information about the rails-dev mailing list