f0d3b5972171e2fa6cb93c65a1c2b9750d25c269
[akkoma] / lib / pleroma / web / templates / static_fe / static_fe / conversation.html.eex
1 <div class="conversation">
2 <%= for activity <- @activities do %>
3 <%= render("_notice.html", activity) %>
4 <% end %>
5 </div>