refactored source code, work on pixiv integration
This commit is contained in:
4
app/views/uploads/_image.html.erb
Normal file
4
app/views/uploads/_image.html.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
<% if params[:url] %>
|
||||
<%= image_tag(params[:url], :title => "Preview", :id => "image") %>
|
||||
<p id="scale"></p>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user