Show counts for replies, likes, and announces for selected notice.
[akkoma] / lib / pleroma / web / templates / static_fe / static_fe / conversation.html.eex
1 <h1><%= link @instance_name, to: "/" %></h1>
2
3 <div class="conversation">
4 <%= for activity <- @activities do %>
5 <%= render("_notice.html", activity) %>
6 <% end %>
7 </div>