Implement click&drag support for creating notes
https://github.com/r888888888/danbooru/issues/1051
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<%= render_advertisement("horizontal") %>
|
<%= render_advertisement("horizontal") %>
|
||||||
|
|
||||||
<section id="image-container" data-tags="<%= @post.tag_string %>" data-user="<%= @post.uploader_name %>" data-rating="<%= @post.rating %>" data-flags="<%= @post.status_flags %>">
|
<section id="image-container" data-tags="<%= @post.tag_string %>" data-user="<%= @post.uploader_name %>" data-rating="<%= @post.rating %>" data-flags="<%= @post.status_flags %>">
|
||||||
<div id="note-container"></div>
|
<div id="note-container"><div id="note-helper"></div></div>
|
||||||
<%= @post.presenter.image_html(self) %>
|
<%= @post.presenter.image_html(self) %>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user