myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [1969] branches/event_logging/app/views/layouts/_


From: noreply
Subject: [myexperiment-hackers] [1969] branches/event_logging/app/views/layouts/_news_entry.rxml: Subscriptions.
Date: Fri, 14 Nov 2008 12:20:07 -0500 (EST)

Revision
1969
Author
alekses6
Date
2008-11-14 12:20:06 -0500 (Fri, 14 Nov 2008)

Log Message

Subscriptions. Removed timestamp from titles of RSS news feed entries.

Modified Paths

Diff

Modified: branches/event_logging/app/views/layouts/_news_entry.rxml (1968 => 1969)


--- branches/event_logging/app/views/layouts/_news_entry.rxml	2008-11-14 16:57:23 UTC (rev 1968)
+++ branches/event_logging/app/views/layouts/_news_entry.rxml	2008-11-14 17:20:06 UTC (rev 1969)
@@ -1,5 +1,5 @@
 xm.item do
-  xm.title "#{news_entry[0].strftime("%d/%m/%Y")} @ #{news_entry[0].strftime("%H:%M")} - #{strip_html(news_entry[1])}"
+  xm.title "#{strip_html(news_entry[1])}"
   xm.description white_list(news_entry[1])
   xm.pubDate news_entry[0].rfc822
 end
\ No newline at end of file

reply via email to

[Prev in Thread] Current Thread [Next in Thread]