Files
danbooru/app/views/posts/partials/show/_notes.html.erb
2011-05-30 01:23:07 -04:00

4 lines
218 B
Plaintext

<% 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 %>