Sha256: f59c72ece088c33af8dd3d73a0b9821d3f3efbe658507eb10fcdbb7ecca40c93

Contents?: true

Size: 260 Bytes

Versions: 234

Compression:

Stored size: 260 Bytes

Contents

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

Version data entries

234 entries across 234 versions & 4 rubygems

Version Path
social_stream-1.1.12 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.11 app/views/conversations/_conversations.html.erb
social_stream-1.1.11 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.10 app/views/conversations/_conversations.html.erb
social_stream-1.1.10 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.9 app/views/conversations/_conversations.html.erb
social_stream-1.1.9 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.8 app/views/conversations/_conversations.html.erb
social_stream-1.1.8 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.7 app/views/conversations/_conversations.html.erb
social_stream-1.1.7 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.6 app/views/conversations/_conversations.html.erb
social_stream-1.1.6 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.5 app/views/conversations/_conversations.html.erb
social_stream-1.1.5 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.4 app/views/conversations/_conversations.html.erb
social_stream-1.1.4 base/app/views/conversations/_conversations.html.erb
social_stream-1.1.3 base/app/views/conversations/_conversations.html.erb
social_stream-base-1.1.3 app/views/conversations/_conversations.html.erb
social_stream-1.1.2 base/app/views/conversations/_conversations.html.erb