Files
danbooru/app/views/notes/_note.html.erb
2011-09-10 15:29:55 -04:00

2 lines
165 B
Plaintext

<%= content_tag(:article, raw(note.body), "data-width" => note.width, "data-height" => note.height, "data-x" => note.x, "data-y" => note.y, "data-id" => note.id) %>