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
Minifeed cleanup
Michael Hartl (author)
Fri Apr 04 14:50:25 -0700 2008
commit  42097033a7ab65daa09519f1e5f4bc310648b9a5
tree    ec8989b6097679120b475b9bb7dade211849fe43
parent  c4b43b884f8f6c98836a52e86441766d3e528e16
...
1
2
3
4
5
6
7
8
9
10
11
 
 
 
 
12
13
14
...
1
 
 
 
 
 
 
 
 
 
 
2
3
4
5
6
7
8
0
@@ -1,13 +1,7 @@
0
 <%- if logged_in? -%>
0
- <table class="minifeed">
0
- <tr><th colspan="2">Minifeed</th></tr>
0
- <%- current_person.feed.each do |activity| -%>
0
- <%- unless activity.item.nil? -%>
0
- <tr>
0
- <td><%= minifeed_message activity %></td>
0
- <td><%= image_link activity.person %></td>
0
- </tr>
0
- <%- end -%>
0
- <%- end -%>
0
+ <div class="section">
0
+ <h2>Minifeed</h2>
0
+ <%= render :partial => 'shared/minifeed_item',
0
+ :collection => current_person.feed %>
0
   </table>
0
 <%- end -%>
0
\ No newline at end of file

Comments

    No one has commented yet.