|
@@ -111,7 +111,7 @@ module RSeed
|
|
|
get %r{/d/([a-zA-Z0-9]+)} do |hash|
|
|
|
if publicLink(hash)
|
|
|
haml :download, :locals => {
|
|
|
- :torrentFileTree => @utils.renderTree(@utils.treePath(@rtorrent.getTorrentPath(hash)))
|
|
|
+ :torrentFileTree => @utils.renderTree(@utils.treePath(@rtorrent.getTorrentPath(hash))),
|
|
|
:tname => @rtorrent.getName(hash),
|
|
|
:thash => hash
|
|
|
}
|