]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/redactions/_redactions.html.erb
Added redactions resource
[rails.git] / app / views / redactions / _redactions.html.erb
diff --git a/app/views/redactions/_redactions.html.erb b/app/views/redactions/_redactions.html.erb
new file mode 100644 (file)
index 0000000..a6b6820
--- /dev/null
@@ -0,0 +1,3 @@
+<ul id="redaction_list">
+  <%= render :partial => 'redaction', :collection => @redactions %>
+</ul>