public
Fork of insoshi/insoshi
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/trentono/insoshi.git
Increased the truncation limit on people index
Michael Hartl (author)
Tue Apr 29 18:54:45 -0700 2008
commit  08d2867ce54c368eca4ed98bcc982763a513951e
tree    8509a1fa0b7f736d00ff9def77252d36bfa0b870
parent  a1578f52da3de871b8861d9398c1998908d11086
...
3
4
5
6
 
7
...
3
4
5
 
6
7
0
@@ -3,5 +3,5 @@
0
     <%= image_link person, :class => "photo", :image => :thumbnail %>
0
   </div>
0
   <p><%= person_link person, :class => "url fn" %></p>
0
- <%= display(truncate(person.description, 100), :class => "note") %>
0
+ <%= display(truncate(person.description, 150), :class => "note") %>
0
 </li>

Comments

    No one has commented yet.