Skip to content

Commit

Permalink
Removed about from distance....
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Sep 24, 2010
1 parent 1a4e922 commit ff2bf02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vendor/modules/feed/app/controllers/feed/rss_renderer.rb
Expand Up @@ -116,7 +116,8 @@ def rss_feed_view_feature(data)



c.value_tag('feed:items:item:ago') { |t| distance_of_time_in_words_to_now(t.locals.item.date) if t.locals.item.date }
c.value_tag('feed:items:item:ago') { |t|
distance_of_time_in_words_to_now(t.locals.item.date).gsub('about','').strip if t.locals.item.date }



Expand Down

0 comments on commit ff2bf02

Please sign in to comment.