<ul>
<%= for {status, author} <- @statuses_with_authors do %>
<li>
<%= render "_status.html", author: author, note: status.data["object"] %>
</li>
<% end %>
</ul>