* Added statistics-based estimator for related tag calculator * Fleshed out IpBan class based on changes to Danbooru 1.xx
4 lines
202 B
Plaintext
4 lines
202 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.formatted_body) %>
|
|
<% end %>
|