Files
danbooru/app/views/notes/_note.html.erb
2013-01-14 11:23:43 -05:00

3 lines
194 B
Plaintext

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