Module: Spread
- Defined in:
- lib/spread.rb
Instance Method Summary collapse
Instance Method Details
#spread(action) ⇒ Object
2 3 4 5 6 |
# File 'lib/spread.rb', line 2 def spread(action) html = image_tag "spread/email.png", :alt => "Share with a friend", :size => "16x16", :valign => "middle" html += link_to "Share with a friend", :action => action, :url => request.url content_tag :div, html end |