notes are working
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<% 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) %>
|
||||
<%= 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 %>
|
||||
|
||||
Reference in New Issue
Block a user