Files
danbooru/app/views/uploads/_image.html.erb
2011-09-28 18:06:35 -04:00

9 lines
219 B
Plaintext

<% if params[:url] %>
<%= image_tag(params[:url], :title => "Preview", :id => "image") %>
<% if params[:ref] %>
<p><strong>Referrer: </strong> <%= params[:ref] %></p>
<% end %>
<p id="scale"></p>
<% end %>