9 lines
219 B
Plaintext
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 %>
|