Files
danbooru/app/views/posts/partials/show/_notes.html.erb
albert 9e287726e3 work
2011-05-29 03:47:06 -04:00

4 lines
196 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) %>
<% end %>