shorten/views/information.erb

6 lines
225 B
Text
Raw Normal View History

2010-09-13 08:58:49 +00:00
<div id="information">
<p>use this site from your browser:</p>
2010-09-13 08:58:49 +00:00
<p>
<a href="javascript:void(location.href='<%= Shorten.base_url %>create/' + encodeURIComponent(location.href));"><%= Shorten.button_text %></a>
2010-09-13 08:58:49 +00:00
</p>
</div>