Skip to content

Commit

Permalink
Put the track length in the listen feed item titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmower authored and sudara committed Nov 24, 2010
1 parent 8e68190 commit 8c59018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/assets/listen_feed.rss.builder
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ xml.rss :version => "2.0", "xmlns:media" => "http://search.yahoo.com/mrss/" do

@tracks.each do |track|
xml.item do
xml.title "#{track.title} by #{track.user.display_name}"
xml.title "#{track.title} by #{track.user.display_name} (#{track.length})"
xml.link user_track_url( track.user, track )
xml.pubDate track.created_at.rfc822
xml.description do |description|
Expand Down

0 comments on commit 8c59018

Please sign in to comment.