Skip to content

Commit

Permalink
fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Jan 26, 2012
1 parent cf2b7be commit 7cc6807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/actions.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="ui-bar" style="text-align: right;">
<a href="javascript: $.archiveBookmark(<%= @id %>)" data-role="button" data-icon="check">Archive</a>
<a href="https://twitter.com/intent/tweet?text=<%= @text[:title] %> (via InstaCache)&url=<%= @url %>" target="_blank" data-role="button" data-icon="forward">Tweet</a>
<a href="<%= @url %>" target="_blank" data-role="button" data-icon="forward">Original</a>
<a href="<%= @url %>" title="<%= @text[:title] %>" target="_blank" data-role="button" data-icon="forward">Original</a>
</div>

0 comments on commit 7cc6807

Please sign in to comment.