public
Description: Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
Homepage: http://www.communityengine.org
Clone URL: git://github.com/bborn/communityengine.git
missing space in _user partial
bborn (author)
Mon Aug 18 13:04:44 -0700 2008
commit  0b161acc63acf76bee9fcf582544ce0178c60a59
tree    dcd7223190e2d47e55adf956256b4dac7ad6c6dd
parent  066977ed8b9fab9450fe1ae18e018ff92b4c3627
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@
0
       
0
         %ul
0
           - if user.metro_area        
0
-            %li.geo= "from".l + "#{user.location}<br/>" 
0
+            %li.geo= "from".l + " #{user.location}<br/>" 
0
           %li.update
0
             %abbr.published{:title=>"#{user.created_at}"}
0
               ="joined".l + " #{time_ago_in_words user.created_at}"

Comments