From cd4fb9d44cdb46704fee9fc0a95f41978f401b2c Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Thu, 7 May 2009 23:02:46 +0000 Subject: [PATCH 1/1] One last commit tonight :P --- app/views/changeset/_changesets.rhtml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/views/changeset/_changesets.rhtml 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 -- 2.43.2