spree-contrib/spree_social_products

View on GitHub
app/views/spree/social/_delicious.html.erb

Summary

Maintainability
Test Coverage
<a href="http://www.delicious.com/save" onclick="window.open('http://www.delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title),'delicious','toolbar=no,width=550,height=550'); return false;">
  <img src="/assets/social/delicious.png" height="19" width="19" alt="<%= Spree.t(:delicious, scope: [:social, :buttons]) %>" />
</a>