Sha256: 9d91b664ac55178eb49388f4932799cf851ba92e824767e6bd97272e42448f43

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

<% content_for :headers, stylesheet_link_tag("message", :media => "screen, projection") %>
<hr>
<% @conversations.each do |conversation| %>
<br>
  <%= render :partial => 'conversation', :object => conversation %>
  <br>
  <hr>
<% end %>
<%= will_paginate @conversations %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_stream-0.4.0 app/views/mailbox/_conversations.html.erb