fixed tn notes

This commit is contained in:
albert
2011-09-10 15:29:55 -04:00
parent 60704c27be
commit b55893d96d
3 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
<% notes.each do |note| %>
<%= content_tag(:article, "", "data-width" => note.width, "data-height" => note.height, "data-x" => note.x, "data-y" => note.y, "data-body" => note.body, "data-id" => note.id) %>
<% end %>