public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Search Repo:
Fixed minifeed message for a description change
Michael Hartl (author)
Wed May 14 13:04:29 -0700 2008
commit  b28d1d612b53e861a0e2d0d7c473041d29f2e350
tree    d843d06c25a5ec0248792c6a5e9176909a0ae8ac
parent  7053655da8b45f44c0afd3cbeffd4a4638d0ae45
...
77
78
79
80
81
82
83
84
85
86
87
88
 
89
90
91
...
77
78
79
 
 
80
81
82
83
84
85
 
86
87
88
89
0
@@ -77,15 +77,13 @@ module ActivitiesHelper
0
       topic = activity.item.topic
0
       # TODO: deep link this to the post
0
       %(#{person_link(person)} made a #{topic_link("forum post", topic)}.)
0
- when "Person"
0
- %(#{person_link(person)} joined the network!)
0
     when "Topic"
0
       %(#{person_link(person)} created a
0
         #{topic_link("new discussion topic", activity.item)}.)
0
     when "Photo"
0
       %(#{person_link(person)} changed their profile picture.)
0
     when "Person"
0
- %(#{person_link(person)} changed their description)
0
+ %(#{person_link(person)} changed their description.)
0
     else
0
       raise "Invalid activity type #{activity_type(activity).inspect}"
0
     end

Comments

    No one has commented yet.