reducing the amount of information in @information

This commit is contained in:
Andrew Davidson 2010-09-14 13:13:10 +08:00
parent a50cc75ff9
commit b4625294ef

View file

@ -1,6 +1,6 @@
<div id="information">
<h2>use this site from your browser:</h2>
<p>use this site from your browser:</p>
<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!
<a href="javascript:void(location.href='<%= Shorten.base_url %>create/' + encodeURIComponent(location.href));"><%= Shorten.button_text %></a>
</p>
</div>