From: Thomas Wood Date: Thu, 7 May 2009 23:02:46 +0000 (+0000) Subject: One last commit tonight :P X-Git-Tag: live~7455 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cd4fb9d44cdb46704fee9fc0a95f41978f401b2c?hp=86caeb336089de295c2490912c01c6534634f6af One last commit tonight :P --- diff --git a/app/views/changeset/_changesets.rhtml b/app/views/changeset/_changesets.rhtml new file mode 100644 index 000000000..67e09045d --- /dev/null +++ b/app/views/changeset/_changesets.rhtml @@ -0,0 +1,14 @@ +<% showusername = true if showusername.nil? %> + + + + +<% if showusername %> + +<% end %> + + + + + <%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %> +
IDSaved atUserCommentArea
\ No newline at end of file