2019-10-06 23:41:18 +00:00
|
|
|
<h1><%= @actor.data["preferredUsername"] %></h1>
|
|
|
|
<h2>@<%= @actor.data["name"] %></h2>
|
|
|
|
<p><%= @actor.data["summary"] %></p>
|
|
|
|
|
2020-04-22 02:06:48 +00:00
|
|
|
<%= render "_timeline.html", statuses_with_authors: Enum.map(@statuses, &({&1, @actor})) %>
|