preston/bittorious

View on GitHub
app/views/torrents/_search_results.html.slim

Summary

Maintainability
Test Coverage
ul
  -@torrents.each do |t|
    li
      =link_to(t.name, torrent_path(t), :data => {:feed_id => t.feed.id, :torrent_id => t.id})