[scotedublog commit] r165 - trunk/seb/app/views/shared

0 views
Skip to first unread message

codesite...@google.com

unread,
Nov 9, 2008, 2:21:14 PM11/9/08
to scotedubl...@googlegroups.com
Author: jonesieboy
Date: Sun Nov 9 11:20:54 2008
New Revision: 165

Modified:
trunk/seb/app/views/shared/_rss.rxml

Log:
added blog title to title of each item


Modified: trunk/seb/app/views/shared/_rss.rxml
==============================================================================
--- trunk/seb/app/views/shared/_rss.rxml (original)
+++ trunk/seb/app/views/shared/_rss.rxml Sun Nov 9 11:20:54 2008
@@ -7,7 +7,7 @@
xml.pubDate(CGI.rfc1123_date(@items.first.pubDate))
@items.each do |feed_item|
xml.item{
- xml.title(feed_item.title)
+ xml.title(feed_item.feed.title.to_s + ": " + feed_item.title.to_s)
xml.link(feed_item.link)
xml.pubDate(CGI.rfc1123_date(feed_item.pubDate))
xml.description(feed_item.description)
@@ -15,4 +15,4 @@
}
end
}
-}
\ No newline at end of file
+}

Reply all
Reply to author
Forward
0 new messages