Files
danbooru/app/views/notes/_note.html.erb
2013-02-17 23:51:53 -05:00

1 line
190 B
Plaintext

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