* Continued work on improving post view templates
* Added statistics-based estimator for related tag calculator * Fleshed out IpBan class based on changes to Danbooru 1.xx
This commit is contained in:
3
app/views/posts/partials/show/_notes.html.erb
Normal file
3
app/views/posts/partials/show/_notes.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<% 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 %>
|
||||
Reference in New Issue
Block a user