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:
Restored feed for un-logged-in users.  Oops.
Michael Hartl (author)
Thu May 01 15:45:25 -0700 2008
commit  11d51bcea514ab0dbe34c8fa0053c4106a991060
tree    5e6eed9e0020e5d0ffd0736c4d2e6d7cc3d99883
parent  d90318842f415d512d65d5f3e741cb2677d96ccd
...
1
2
3
4
 
5
6
7
...
1
 
 
 
2
3
4
5
0
@@ -1,7 +1,5 @@
0
 <%- column_div :type => :primary do -%>
0
- <%- if logged_in? -%>
0
- <%= render :partial => 'feed' %>
0
- <%- end -%>
0
+ <%= render :partial => 'feed' %>
0
 <%- end -%>
0
 
0
 <%- column_div :type => :secondary do -%>

Comments

    No one has commented yet.