Files
danbooru/app/views/notes/_note.html.erb

2 lines
181 B
Plaintext

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