Sha256: 770fb68b92c445c45b6723abc8fd050e1ec09d9660b877b799ae80f6d8f5f133

Contents?: true

Size: 265 Bytes

Versions: 8

Compression:

Stored size: 265 Bytes

Contents

<% @conversations.each do |conversation| %>
	<% read_class = conversation.is_unread?(@actor) ? 'unread' : '' %>
	<%= render :partial => 'conversation', :object => conversation, :locals => {:read_class => read_class} %>
<% end %>
<%= will_paginate @conversations %>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
social_stream-base-0.5.2 app/views/conversations/_conversations.html.erb
social_stream-base-0.5.1 app/views/conversations/_conversations.html.erb
social_stream-base-0.5.0 app/views/conversations/_conversations.html.erb
social_stream-0.4.6 app/views/conversations/_conversations.html.erb
social_stream-0.4.5 app/views/conversations/_conversations.html.erb
social_stream-0.4.4 app/views/conversations/_conversations.html.erb
social_stream-0.4.3 app/views/conversations/_conversations.html.erb
social_stream-0.4.2 app/views/conversations/_conversations.html.erb