clacks/lib/clacks_web/templates/frontend/profile.html.eex

6 lines
216 B
Elixir
Raw Normal View History

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