shorten/views/information.erb
2010-09-13 16:58:49 +08:00

10 lines
No EOL
605 B
Text
Executable file

<div id="information">
<h2>use this site from your browser:</h2>
<p>
<a href="javascript:void(location.href='<%= Shorten.base_url %>create/' + encodeURIComponent(location.href));"><%= Shorten.button_text %></a> - Drag this link to your bookmark bar or right click and select "Bookmark This Location." When you want to shorten a URL, just click on the bookmark! Hooray!
</p>
<h2>try our ubiquity command:</h2>
<p>
<a href="/ubiquity">Click here to go to the install page.</a> For more information about Ubiquity, <a href="http://labs.mozilla.com/projects/ubiquity/">click here</a>.
</p>
</div>