shorten/views/information.erb

5 lines
207 B
Text
Raw Normal View History

2010-09-13 08:58:49 +00:00
<div id="information">
<p>Bookmarklet:
<a href="javascript:void(window.open('<%= Shorten.base_url %>create/' + encodeURIComponent(location.href)));"><%= Shorten.button_text %></a>
</p>
</div>